Skip to content

Commit

Permalink
fix(linting): add ignores to eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
noxilixon committed Aug 8, 2024
1 parent 108caa4 commit c79860d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/linters/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
ignorePatterns: ["layouts/page/single.json", "assets/js/bootstrap.js"]
ignorePatterns: ["layouts/page/single.json", "package.json", "package-lock.json", "assets/js/bootstrap.js"]
parserOptions:
ecmaVersion: latest
env:
Expand Down

0 comments on commit c79860d

Please sign in to comment.