UNPKG

eslint-config-jest-files

Version:

ESLint shareable config for Jest with globals in test files

18 lines (17 loc) 278 B
module.exports = { overrides: [ { files: [ '**/*.spec.js', '**/*.spec.jsx', '**/*.test.js', '**/*.test.jsx', '**/__tests__/**/*.js', '**/__tests__/**/*.jsx' ], env: { jest: true } } ] }