UNPKG

eslint-config-phosphor

Version:
22 lines (19 loc) 429 B
// @ts-check import TypescriptEslint from 'typescript-eslint'; export default TypescriptEslint.config( { rules: { 'no-warning-comments': [ 'warn', { 'terms': [ 'TODO:', 'FIXME:' ], 'location': 'anywhere' } ] } } );