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 2727 node-version : ${{ matrix.node-version }}
2828 - run : yarn install --frozen-lockfile
2929 - run : yarn eslint .
30+ - run : yarn audit
Original file line number Diff line number Diff line change 1414 "enhanced-resolve" : " ^4.1.1"
1515 },
1616 "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"
2219 }
2320}
You can’t perform that action at this time.
0 commit comments