Skip to content

Commit

Permalink
chore: update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Aug 11, 2024
1 parent a282d47 commit a239a3f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ module.exports = [
},
},
{
ignores: ['**/coverage/**/*', '**/server/**/*', 'eslint.config.js'],
ignores: [
'**/coverage/**/*',
'eslint.config.js',
'**/server/**/*',
'.netlify/**/*',
],
},
]

0 comments on commit a239a3f

Please sign in to comment.