Skip to content

Commit

Permalink
Update .eslintrc.cjs
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Cousins <[email protected]>
  • Loading branch information
yanick and mcous authored Jan 26, 2024
1 parent 85f22a4 commit 71154af
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 @@ -34,5 +34,5 @@ module.exports = {
ecmaVersion: 2022,
sourceType: 'module',
},
ignorePatterns: ['!.*'],
ignorePatterns: ['!/.*'],
}

0 comments on commit 71154af

Please sign in to comment.