Skip to content

Commit

Permalink
Update .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Mar 22, 2024
1 parent 3c3e577 commit 9a82303
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 @@ -19,5 +19,5 @@ module.exports = {
'no-case-declarations': 'off',
'no-underscore-dangle': 'off',
},
ignorePatterns: ['dist/**', 'test**', 'package/**'],
ignorePatterns: ['dist/**', 'test**', 'packages/**'],
};

0 comments on commit 9a82303

Please sign in to comment.