Skip to content

Commit 3f82085

Browse files
committed
Feat(eslint): Add config/jest path into files options
* evn jest will be applied also on configuration files of jest in projects
1 parent 62881af commit 3f82085

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/eslint-config-jest/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const globs = require('@lmc-eu/eslint-config-base/globs');
33
module.exports = {
44
overrides: [
55
{
6-
files: globs.tests,
6+
files: [...globs.tests, 'config/jest/**'],
77

88
plugins: ['jest', 'jest-formatting'],
99

0 commit comments

Comments
 (0)