Skip to content

Commit

Permalink
new: Removed jest tests from default config.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Feb 9, 2024
1 parent 6657dd0 commit 3023b88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eslint-config/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const config: eslint.Linter.Config = {
require.resolve('./async.js'),
require.resolve('./module.js'),
require.resolve('./unicorn.js'),
require.resolve('./tests.js'),
// Add prettier last so it properly turns off rules
'prettier',
],
Expand Down

0 comments on commit 3023b88

Please sign in to comment.