File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 "prettier" : " @github/prettier-config" ,
3232 "eslintConfig" : {
3333 "parser" : " @typescript-eslint/parser" ,
34+ "plugins" : [
35+ " github"
36+ ],
3437 "extends" : [
3538 " plugin:github/browser" ,
36- " plugin:github/es6 " ,
39+ " plugin:github/recommended " ,
3740 " plugin:github/typescript" ,
3841 " plugin:escompat/recommended"
3942 ],
5356 "eslintIgnore" : [
5457 " dist/"
5558 ],
59+ "mocha" : {
60+ "extension" : [
61+ " ts"
62+ ],
63+ "register" : " ts-node/register"
64+ },
5665 "devDependencies" : {
5766 "@github/prettier-config" : " 0.0.4" ,
5867 "@types/chai" : " ^4.2.11" ,
5968 "@types/chai-spies" : " ^1.0.1" ,
6069 "@types/mocha" : " ^7.0.2" ,
61- "@types/node" : " ^14.0.14 " ,
62- "@typescript-eslint/parser" : " ^2.34 .0" ,
70+ "@types/node" : " ^14.0.19 " ,
71+ "@typescript-eslint/parser" : " ^3.6 .0" ,
6372 "chai" : " ^4.2.0" ,
6473 "chai-spies" : " ^1.0.0" ,
65- "eslint" : " ^6.8 .0" ,
74+ "eslint" : " ^7.4 .0" ,
6675 "eslint-plugin-compat" : " ^3.8.0" ,
67- "eslint-plugin-escompat" : " ^1 .1.0" ,
68- "eslint-plugin-github" : " ^3.4 .1" ,
69- "mocha" : " ^7.2.0 " ,
76+ "eslint-plugin-escompat" : " ^3 .1.0" ,
77+ "eslint-plugin-github" : " ^4.0 .1" ,
78+ "mocha" : " ^8.0.1 " ,
7079 "ts-node" : " ^8.10.2" ,
71- "typescript" : " ^3.9.5 "
80+ "typescript" : " ^3.9.6 "
7281 }
7382}
You can’t perform that action at this time.
0 commit comments