Skip to content

Commit

Permalink
feat!: update typescript-eslint dependency to v8
Browse files Browse the repository at this point in the history
Rules updates to come in isolated commits.

Closes iamturns#354.
  • Loading branch information
Kenneth-Sills authored and jrolfs committed Aug 16, 2024
1 parent 81332fa commit e68131e
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 121 deletions.
191 changes: 75 additions & 116 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 @@ -13,26 +13,26 @@
"url": "https://github.com/iamturns/eslint-config-airbnb-typescript/issues"
},
"scripts": {
"pre-commit": "lint-staged",
"format": "run-s format:package format:prettier format:eslint",
"format:eslint": "eslint --fix ./ >/dev/null 2>&1 || true",
"format:package": "prettier-package-json --write",
"format:prettier": "prettier --write \"**/*.{js,json,md,yml}\" \".editorconfig\" \"LICENSE\"",
"lint": "eslint ./",
"pre-commit": "lint-staged",
"prepare": "husky",
"validate": "npm run lint"
},
"dependencies": {
"eslint-config-airbnb-base": "^15.0.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^8.56.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"doctoc": "2.2.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand Down

0 comments on commit e68131e

Please sign in to comment.