File tree Expand file tree Collapse file tree 3 files changed +3800
-140
lines changed Expand file tree Collapse file tree 3 files changed +3800
-140
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module.exports = {
33 ignores : [ ".yarn/**" ] ,
44 semicolon : false ,
55 prettier : true ,
6+ extends : [ "plugin:import/typescript" ] ,
67 extensions : [ "ts" , "js" ] ,
78 parser : "@typescript-eslint/parser" ,
89} ;
Original file line number Diff line number Diff line change 99 "main" : " src/main.ts" ,
1010 "repository" : " github:redxtech/devmod" ,
1111 "scripts" : {
12- "build" : " tsc" ,
12+ "build" : " tsc" ,
1313 "dev" : " nodemon --exec ts-node ./src/main.ts --strict" ,
14- "lint" : " xo"
14+ "lint" : " xo" ,
15+ "lint:fix" : " yarn xo --fix"
1516 },
1617 "dependencies" : {
1718 "chalk" : " ^4.1.0" ,
2324 "@types/node" : " ^14.6.0" ,
2425 "@typescript-eslint/eslint-plugin" : " ^3.9.1" ,
2526 "@typescript-eslint/parser" : " ^3.9.1" ,
27+ "eslint" : " ^7.7.0" ,
28+ "eslint-config-prettier" : " ^6.11.0" ,
29+ "eslint-config-xo" : " ^0.32.1" ,
30+ "eslint-config-xo-typescript" : " ^0.32.0" ,
31+ "eslint-plugin-ava" : " ^11.0.0" ,
32+ "eslint-plugin-eslint-comments" : " ^3.2.0" ,
33+ "eslint-plugin-import" : " ^2.22.0" ,
34+ "eslint-plugin-no-use-extend-native" : " ^0.5.0" ,
35+ "eslint-plugin-node" : " ^11.1.0" ,
36+ "eslint-plugin-prettier" : " ^3.1.4" ,
37+ "eslint-plugin-promise" : " ^4.2.1" ,
38+ "eslint-plugin-unicorn" : " ^21.0.0" ,
2639 "husky" : " ^4.2.5" ,
2740 "nodemon" : " ^2.0.4" ,
2841 "prettier" : " ^2.0.5" ,
You can’t perform that action at this time.
0 commit comments