File tree Expand file tree Collapse file tree 5 files changed +1039
-848
lines changed Expand file tree Collapse file tree 5 files changed +1039
-848
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ "env" : {
3
+ "browser" : true ,
4
+ "commonjs" : true ,
5
+ "es2021" : true
6
+ } ,
7
+ "extends" : "eslint:recommended" ,
8
+ "parserOptions" : {
9
+ "ecmaVersion" : 12
10
+ } ,
11
+ "rules" : {
12
+ }
13
+ } ;
Original file line number Diff line number Diff line change 27
27
node-version : ${{ matrix.node-version }}
28
28
- run : yarn install --frozen-lockfile
29
29
- run : yarn eslint .
30
+ - run : yarn audit
Original file line number Diff line number Diff line change 14
14
"enhanced-resolve" : " ^4.1.1"
15
15
},
16
16
"devDependencies" : {
17
- "eslint" : " ^4.19.1" ,
18
- "eslint-config-standard" : " ^11.0.0" ,
19
- "eslint-plugin-node" : " ^5.2.1" ,
20
- "eslint-plugin-standard" : " ^3.1.0" ,
21
- "standard-version" : " ^4.4.0"
17
+ "eslint" : " ^7.17.0" ,
18
+ "standard-version" : " ^9.1.0"
22
19
}
23
20
}
You can’t perform that action at this time.
0 commit comments