UNPKG

eslint-config-ct

Version:

ESLint config used in Charlie Tango

14 lines (13 loc) 290 B
module.exports = { plugins: ['jest'], env: { 'jest/globals': true, }, rules: { 'jest/no-disabled-tests': 'warn', 'jest/no-focused-tests': 'error', 'jest/no-identical-title': 'error', 'jest/prefer-to-have-length': 'warn', 'jest/valid-expect': 'error', }, }