Skip to content

Commit

Permalink
chore(package): fix eslint package
Browse files Browse the repository at this point in the history
  • Loading branch information
bubonicfred committed Jun 26, 2024
1 parent 9a79c1d commit c41e073
Show file tree
Hide file tree
Showing 4 changed files with 18,338 additions and 4 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: check-json
- id: no-commit-to-branch
- id: check-yaml
Expand Down
2 changes: 0 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default [{
"eslint:recommended",
"plugin:meteor/recommended",
"plugin:lodash/canonical",
"plugin:import/recommended",
"prettier",
"plugin:node/recommended",
"plugin:you-dont-need-lodash-underscore/compatible",
Expand Down Expand Up @@ -69,7 +68,6 @@ export default [{
"lodash/prefer-noop": "off",
"lodash/prefer-constant": "off",
"lodash/preferred-alias": "error",
"import/no-unresolved": "off",
"@stylistic/new-cap": "error",
"@babel/no-invalid-this": "error",
"@babel/no-unused-expressions": "error",
Expand Down
Loading

0 comments on commit c41e073

Please sign in to comment.