UNPKG

@adamhamlin/eslint-config

Version:

Easy ESLint & Prettier config for TypeScript projects

6 lines (5 loc) 171 B
/** * It would be nice to export the prettier config at top-level, too, but * eslint is very strict about its importing. */ module.exports = require('./.eslintrc.js');