Skip to content

Commit

Permalink
style: fix eslint ignorePatterns
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Nov 16, 2023
1 parent cffff6f commit 1744e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
es6: true,
},
extends: ['eslint:recommended', 'plugin:prettier/recommended'],
ignorePatterns: ['coverage', '.eslintrc.js'],
ignorePatterns: ['coverage', '.eslintrc.cjs'],
overrides: [
{
files: ['test/**/*.js'],
Expand Down

0 comments on commit 1744e9a

Please sign in to comment.