Skip to content

Commit

Permalink
chore: Remove env.jest from eslint.config.js
Browse files Browse the repository at this point in the history
Signed-off-by: Naoki Ikeguchi <[email protected]>
  • Loading branch information
siketyan committed Nov 13, 2024
1 parent 846bbb8 commit ef3b5ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ export default [
},
...compat.env({
files: ['src/test-util/**/*.{ts,tsx,cts,mts}', '*.test.{ts,tsx,cts,mts}'],
env: {
jest: true,
},
rules: {
'no-console': 0,
},
Expand Down

0 comments on commit ef3b5ab

Please sign in to comment.