Skip to content

Commit

Permalink
deps: remove eslint-n and configs as no node.js only npm so not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
philli-m committed Dec 4, 2023
1 parent 6cbb6c6 commit 5259f7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,11 @@
"plugin:jsx-a11y/recommended",
"plugin:react/recommended",
"plugin:import/recommended",
"plugin:n/recommended"
],
"rules": {
"jsx-quotes": [2, "prefer-double"],
"jsx-a11y/no-onchange": "off",
"react/prop-types": "off",
"n/no-missing-require": "off",
"n/no-unsupported-features/es-syntax": "off",
"n/no-missing-import": "off",
"n/no-unpublished-import": "off",
"n/no-extraneous-import": "off",
"no-restricted-syntax": ["error", "TemplateLiteral"]
},
"plugins": [
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-n": "15.7.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"husky": "8.0.3",
Expand Down

0 comments on commit 5259f7f

Please sign in to comment.