Skip to content

Commit

Permalink
ignores update-config.js file in eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nichlaes committed Nov 28, 2024
1 parent 8426107 commit 488cd84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions servers/lib/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ export default [
files: ['src/**', 'test/**'],
},
prettier,
{
ignores: [
'test/update-config.js', // Add the file you want to ignore
],
},
{
languageOptions: {
globals: {
Expand Down

0 comments on commit 488cd84

Please sign in to comment.