Skip to content

Commit

Permalink
Add @typescript-eslint/parser dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Schleemann committed Apr 3, 2023
1 parent 217b0e5 commit 96230a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atmina/linting",
"version": "0.0.9",
"version": "0.0.10",
"description": "A collection of opinionated in-house linting rules.",
"main": "index.js",
"scripts": {},
Expand All @@ -20,7 +20,6 @@
"@types/eslint": "^8.21.1",
"@types/node": "^18.14.6",
"@types/prettier": "^2.7.2",
"@typescript-eslint/parser": "^5.54.1",
"eslint": "^8.35.0",
"prettier": "^2.8.4",
"tailwindcss": "^3.2.7",
Expand All @@ -29,6 +28,7 @@
"dependencies": {
"@eslint/js": "^8.35.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"eslint-config-prettier": "^8.7.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
Expand Down

0 comments on commit 96230a0

Please sign in to comment.