Skip to content

Commit

Permalink
chore(package): add @typescript-eslint/parser
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSuperDev committed Aug 30, 2021
1 parent 4524969 commit 0b85e0d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@types/react": "^17.0.19",
"@types/tailwindcss": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.0",
"husky": "^7.0.2",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,16 @@
"@typescript-eslint/typescript-estree" "4.28.0"
debug "^4.3.1"

"@typescript-eslint/parser@^4.29.3":
version "4.29.3"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.3.tgz#2ac25535f34c0e98f50c0e6b28c679c2357d45f2"
integrity sha512-jrHOV5g2u8ROghmspKoW7pN8T/qUzk0+DITun0MELptvngtMrwUJ1tv5zMI04CYVEUsSrN4jV7AKSv+I0y0EfQ==
dependencies:
"@typescript-eslint/scope-manager" "4.29.3"
"@typescript-eslint/types" "4.29.3"
"@typescript-eslint/typescript-estree" "4.29.3"
debug "^4.3.1"

"@typescript-eslint/[email protected]":
version "4.28.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.0.tgz#6a3009d2ab64a30fc8a1e257a1a320067f36a0ce"
Expand Down

0 comments on commit 0b85e0d

Please sign in to comment.