File tree Expand file tree Collapse file tree 3 files changed +453
-355
lines changed Expand file tree Collapse file tree 3 files changed +453
-355
lines changed Original file line number Diff line number Diff line change 2
2
"root" : true ,
3
3
"extends" : [
4
4
" eslint:recommended" ,
5
- " plugin:jsdoc/recommended"
5
+ " plugin:jsdoc/recommended" ,
6
+ " plugin:flowtype/recommended"
6
7
],
7
8
"env" : {
8
9
"node" : true ,
9
10
"es6" : true
10
11
},
11
- "parser" : " babel- eslint" ,
12
+ "parser" : " @ babel/ eslint-parser " ,
12
13
"globals" : {
13
14
"wx" : true
14
15
},
18
19
],
19
20
"parserOptions" : {
20
21
"ecmaVersion" : 6 ,
21
- "sourceType" : " module"
22
+ "sourceType" : " module" ,
23
+ "requireConfigFile" : false
22
24
},
23
25
"rules" : {
24
26
"indent" : [" error" , 2 ],
34
36
"no-console" : 0 ,
35
37
"no-prototype-builtins" : " off" ,
36
38
"require-atomic-updates" : " off" ,
39
+ "flowtype/no-types-missing-file-annotation" : 0 ,
37
40
"jsdoc/require-jsdoc" : 0 ,
38
41
"jsdoc/require-returns-description" : 0 ,
39
42
"jsdoc/require-param-description" : 0 ,
You can’t perform that action at this time.
0 commit comments