Skip to content

Commit

Permalink
More ignore-patterns in eslint config
Browse files Browse the repository at this point in the history
So we don't have to specify them on the command line when we check
codestyle locally.
  • Loading branch information
pabzm committed Jun 28, 2024
1 parent 4e64326 commit f36146d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ module.exports = {
'/vendor',
'/public_html',
'/plugins/jqueryui/js',
'/plugins/managesieve/codemirror',
'/program/js/tinymce',
'/program/js/publickey.js',
'node_modules',
'*.min.js',
],
rules: {
'brace-style': ['error', '1tbs'],
Expand Down

0 comments on commit f36146d

Please sign in to comment.