File tree 3 files changed +2110
-1195
lines changed
3 files changed +2110
-1195
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,7 @@ import tslint from "typescript-eslint";
3
3
import globals from "globals" ;
4
4
import jsxA11y from "eslint-plugin-jsx-a11y" ;
5
5
import tailwind from "eslint-plugin-tailwindcss" ;
6
- import tsParser from "@typescript-eslint/parser" ;
7
6
import stylistic from "@stylistic/eslint-plugin" ;
8
- import typescriptEslint from "@typescript-eslint/eslint-plugin" ;
9
7
10
8
export default tslint . config (
11
9
{
@@ -33,17 +31,13 @@ export default tslint.config(
33
31
} ,
34
32
{
35
33
plugins : {
36
- "@stylistic" : stylistic ,
37
- "@typescript-eslint" : typescriptEslint
34
+ "@stylistic" : stylistic
38
35
} ,
39
36
languageOptions : {
40
- parser : tsParser ,
41
37
globals : {
42
38
...globals . node ,
43
39
...globals . browser
44
40
} ,
45
- sourceType : "script" ,
46
- ecmaVersion : "latest" ,
47
41
parserOptions : {
48
42
project : [ "./tsconfig.json" ]
49
43
}
You can’t perform that action at this time.
0 commit comments