File tree 2 files changed +2
-24
lines changed
2 files changed +2
-24
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- parser : "@typescript-eslint/parser" , // Specifies the ESLint parser
3
- parserOptions : {
4
- ecmaVersion : 2020 , // Allows for the parsing of modern ECMAScript features
5
- sourceType : "module" , // Allows for the use of imports
6
- } ,
7
2
extends : [
8
- "plugin:@typescript-eslint/recommended" ,
9
- "plugin:@withfig/fig-linter/recommended" ,
10
- "plugin:compat/recommended" ,
3
+ "@fig/autocomplete"
11
4
] ,
12
- env : {
13
- browser : true ,
14
- } ,
15
- plugins : [ "@withfig/fig-linter" ] ,
16
- rules : {
17
- "@typescript-eslint/explicit-module-boundary-types" : 0 ,
18
- "no-unused-vars" : [ "off" ] ,
19
- "no-var" : [ "off" ] ,
20
- "@typescript-eslint/no-unused-vars" : [ "off" ] ,
21
- } ,
22
5
} ;
Original file line number Diff line number Diff line change 62
62
"repository" : " https://github.com/withfig/autocomplete" ,
63
63
"devDependencies" : {
64
64
"@fig/autocomplete-generators" : " ^1.0.0" ,
65
+ "@fig/eslint-config-autocomplete" : " ^1.0.0" ,
65
66
"@types/inquirer" : " ^7.3.1" ,
66
67
"@types/node" : " ^14.14.33" ,
67
68
"@types/progress" : " ^2.0.3" ,
68
- "@typescript-eslint/eslint-plugin" : " ^5.12.0" ,
69
- "@typescript-eslint/parser" : " ^5.12.0" ,
70
69
"@withfig/autocomplete-tools" : " ^2.4.0" ,
71
70
"@withfig/autocomplete-types" : " ^1.10.0" ,
72
- "@withfig/eslint-plugin-fig-linter" : " ^1.0.0" ,
73
71
"chalk" : " ^4.1.0" ,
74
72
"chokidar" : " ^3.5.1" ,
75
73
"danger" : " ^10.6.4" ,
76
74
"esbuild" : " ^0.12.15" ,
77
75
"eslint" : " ^8.9.0" ,
78
- "eslint-config-prettier" : " ^8.1.0" ,
79
- "eslint-plugin-compat" : " ^4.0.2" ,
80
- "eslint-plugin-prettier" : " ^3.3.1" ,
81
76
"fast-glob" : " ^3.2.7" ,
82
77
"husky" : " ^6.0.0" ,
83
78
"lint-staged" : " ^10.5.4" ,
You can’t perform that action at this time.
0 commit comments