UNPKG

@michaeljaltamirano/eslint-plugin

Version:

Strongly-opinionated ESLint config

6 lines (5 loc) 149 B
module.exports = { '*.ts': ['eslint --fix', () => 'yarn run tsc -p tsconfig.json'], '*.json': 'prettier --write', '*.yml': 'prettier --write', };