Skip to content

Commit

Permalink
chore(linter): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed May 9, 2024
1 parent d5c5249 commit ce8de67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ describe('updateEslint', () => {
"**/*.spec.jsx"
],
rules: {
...config.rules,
...config.rules
}
})),
{ ignores: [".next/**/*"] }
Expand Down

0 comments on commit ce8de67

Please sign in to comment.