UNPKG

eslint-config-ct

Version:

ESLint config used in Charlie Tango

11 lines (10 loc) 293 B
module.exports = { plugins: ['flowtype'], extends: ['plugin:flowtype/recommended'], rules: { // https://github.com/gajus/eslint-plugin-flowtype 'flowtype/define-flow-type': 'warn', 'flowtype/require-valid-file-annotation': 'warn', 'flowtype/use-flow-type': 'warn', } }