UNPKG

eslint-config-kentcdodds

Version:

ESLint rules according to kentcdodds' personal preference

13 lines (12 loc) 225 B
module.exports = { plugins: ['jest'], rules: { 'jest/no-disabled-tests': 1, 'jest/no-focused-tests': 2, 'jest/no-identical-title': 2, 'jest/valid-expect': 2, }, env: { 'jest/globals': true, }, }