Skip to content

Commit

Permalink
fix: jest eslint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Jul 21, 2024
1 parent c3e1f72 commit b78838b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function getConfig() {
'unused-imports': require('eslint-plugin-unused-imports'),
'simple-import-sort': require('eslint-plugin-simple-import-sort'),
jsdoc: require('eslint-plugin-jsdoc'),
jest: hasJest ? require('eslint-plugin-jest') : undefined,
...(hasJest ? { jest: require('eslint-plugin-jest') } : {}),
},
languageOptions: {
ecmaVersion: 'latest',
Expand Down

0 comments on commit b78838b

Please sign in to comment.