File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ module.exports = {
33 browser : true ,
44 es2020 : true ,
55 } ,
6- extends : [ "standard" , "plugin:prettier/recommended" ] ,
7- parserOptions : {
8- ecmaVersion : 11 ,
9- sourceType : "module" ,
10- } ,
6+ extends : [ 'eslint:recommended' , 'plugin:prettier/recommended' ] ,
117 rules : { } ,
12- } ;
8+ }
Original file line number Diff line number Diff line change 6363 "chalk" : " 5.0.1" ,
6464 "cross-var" : " 1.1.0" ,
6565 "eslint" : " 8.22.0" ,
66+ "eslint-config-prettier" : " ^8.5.0" ,
67+ "eslint-config-standard" : " ^17.0.0" ,
68+ "eslint-plugin-prettier" : " ^4.2.1" ,
6669 "esm" : " 3.2.25" ,
6770 "express-cli" : " 0.0.1" ,
6871 "jest" : " 28.1.3" ,
6972 "jsdoc" : " 3.6.11" ,
7073 "jsdoc-to-markdown" : " 7.1.1" ,
7174 "mocha" : " 10.0.0" ,
7275 "mocha-esm" : " 1.1.1" ,
73- "prettier" : " 2.7.1 " ,
76+ "prettier" : " ^2.8.0 " ,
7477 "split" : " 1.0.1" ,
7578 "standard" : " ^17.0.0" ,
7679 "yarn" : " 1.22.19"
You can’t perform that action at this time.
0 commit comments