Skip to content

Commit

Permalink
try removing eslint ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
dczulada committed May 6, 2024
1 parent d026dd6 commit c6b81fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

2 changes: 1 addition & 1 deletion .overcommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PreCommit:
exclude: ['contrib/cookbooks/**/*']
EsLint:
enabled: true
exclude: ['vendor/assets/javascripts/**/*', 'test/fixtures/**/*']
exclude: ['vendor/assets/javascripts/**/*', 'test/fixtures/**/*', 'coverage/**/*']
ScssLint:
enabled: true
exclude: ['vendor/assets/stylesheets/**/*']
Expand Down

0 comments on commit c6b81fb

Please sign in to comment.