From 77012f2283f79e90a0db7e98a6b3ac18cd0c1070 Mon Sep 17 00:00:00 2001 From: Cyrille Derche Date: Fri, 19 May 2023 20:15:03 +0200 Subject: [PATCH] add @typescript-eslint/parser --- .eslintrc.json | 1 + package-lock.json | 1 + package.json | 1 + 3 files changed, 3 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index 73e2ba0..1e52dae 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -5,6 +5,7 @@ }, "extends": ["standard-with-typescript", "prettier"], "overrides": [], + "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": "latest", "sourceType": "module", diff --git a/package-lock.json b/package-lock.json index 2e64499..e800860 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,6 +17,7 @@ "@types/express": "^4.17.17", "@types/node": "^20.2.1", "@typescript-eslint/eslint-plugin": "^5.59.6", + "@typescript-eslint/parser": "^5.59.6", "eslint": "^8.40.0", "eslint-config-prettier": "^8.8.0", "eslint-config-standard-with-typescript": "^34.0.1", diff --git a/package.json b/package.json index 038cc1d..42526e0 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "@types/express": "^4.17.17", "@types/node": "^20.2.1", "@typescript-eslint/eslint-plugin": "^5.59.6", + "@typescript-eslint/parser": "^5.59.6", "eslint": "^8.40.0", "eslint-config-prettier": "^8.8.0", "eslint-config-standard-with-typescript": "^34.0.1",