We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731c1b4 commit a88534cCopy full SHA for a88534c
index.js
@@ -1,6 +1,7 @@
1
import js from "@eslint/js";
2
import prettierConfig from "eslint-config-prettier";
3
import * as typescriptEslintPlugin from "@typescript-eslint/eslint-plugin";
4
+import tsParser from "@typescript-eslint/parser";
5
import sonarjs from "eslint-plugin-sonarjs";
6
7
export default [
@@ -16,7 +17,7 @@ export default [
16
17
es6: true,
18
node: true,
19
},
- parser: typescriptEslintPlugin.parser,
20
+ parser: tsParser,
21
parserOptions: {
22
ecmaVersion: 2018,
23
sourceType: "module",
0 commit comments