Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
lower min typescript-eslint version to v5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
neilbryson committed May 24, 2022
1 parent 52ea643 commit 08664aa
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 80 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module.exports = {
"prettier",
],
"rules": {
"@typescript-eslint/no-duplicate-enum-values": "warn",
"@typescript-eslint/no-duplicate-imports": "error",
"@typescript-eslint/no-empty-function": "warn",
"@typescript-eslint/no-explicit-any": "error",
Expand Down
148 changes: 74 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@neilbryson/eslint-config",
"description": "An ESLint configuration, with additional rules for readability and stylistic code, for React and TypeScript projects.",
"author": "Neil Bryson Cargamento <neilbrysonmc@gmail.com>",
"version": "8.1.0",
"version": "8.2.0",
"main": "index.js",
"engines": {
"npm": ">=7.0.0"
Expand All @@ -19,8 +19,8 @@
],
"devDependencies": {
"@types/react": "^17.0.3",
"@typescript-eslint/eslint-plugin": "5.22.0",
"@typescript-eslint/parser": "5.22.0",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
Expand All @@ -35,8 +35,8 @@
"typescript": "^4.5.4"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">= 5.22.0",
"@typescript-eslint/parser": ">= 5.22.0",
"@typescript-eslint/eslint-plugin": ">= 5.18.0",
"@typescript-eslint/parser": ">= 5.18.0",
"eslint": ">= 8.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
Expand Down

0 comments on commit 08664aa

Please sign in to comment.