UNPKG

@doremijs/eslint-config

Version:

Shared eslint configuration for workspace

9 lines (8 loc) 223 B
/** * https://eslint.org/docs/latest/developer-guide/shareable-configs */ const createEslintConfig = require('./config') module.exports = createEslintConfig([ './tsconfig.eslint.json', './packages/*/tsconfig.json' ])