From abe8e7bc26906929914834dbaf38a793bcbb4f78 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 8 Nov 2022 00:17:14 +0300 Subject: ESLint: switch to `@typescript-eslint/parser` * JS version of the `no-floating-promise` rule sucks :( --- vnext/package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vnext/package.json') diff --git a/vnext/package.json b/vnext/package.json index 88841532..6a7b6252 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -20,6 +20,8 @@ "@swc/jest": "^0.2.23", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", + "@typescript-eslint/eslint-plugin": "^5.42.1", + "@typescript-eslint/parser": "^5.42.1", "concurrently": "^7.5.0", "cross-env": "^7.0.3", "cssnano": "^5.1.14", -- cgit v1.2.3