Skip to content

Commit

Permalink
Make sure we use esprisma for isChromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Jun 2, 2023
1 parent 346f034 commit 67ecb22
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.js', 'isChromatic.mjs', 'isChromatic.cjs', '.eslintrc.cjs'],
parser: 'esprima',
rules: {
'@typescript-eslint/naming-convention': 'off',
Expand Down

0 comments on commit 67ecb22

Please sign in to comment.