Skip to content

Commit

Permalink
Add JS file to linting overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Jun 6, 2023
1 parent e3913fd commit 3c6907d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
},
overrides: [
{
files: ['*.json', 'isChromatic.mjs', 'isChromatic.cjs', '.eslintrc.cjs'],
files: ['*.json', 'isChromatic.mjs', 'isChromatic.js', 'isChromatic.cjs', '.eslintrc.cjs'],
parser: 'esprima',
rules: {
'@typescript-eslint/naming-convention': 'off',
Expand Down

0 comments on commit 3c6907d

Please sign in to comment.