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 = {
3
3
ignores : [ ".yarn/**" ] ,
4
4
semicolon : false ,
5
5
prettier : true ,
6
+ extends : [ "plugin:import/typescript" ] ,
6
7
extensions : [ "ts" , "js" ] ,
7
8
parser : "@typescript-eslint/parser" ,
8
9
} ;
Original file line number Diff line number Diff line change 9
9
"main" : " src/main.ts" ,
10
10
"repository" : " github:redxtech/devmod" ,
11
11
"scripts" : {
12
- "build" : " tsc" ,
12
+ "build" : " tsc" ,
13
13
"dev" : " nodemon --exec ts-node ./src/main.ts --strict" ,
14
- "lint" : " xo"
14
+ "lint" : " xo" ,
15
+ "lint:fix" : " yarn xo --fix"
15
16
},
16
17
"dependencies" : {
17
18
"chalk" : " ^4.1.0" ,
23
24
"@types/node" : " ^14.6.0" ,
24
25
"@typescript-eslint/eslint-plugin" : " ^3.9.1" ,
25
26
"@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" ,
26
39
"husky" : " ^4.2.5" ,
27
40
"nodemon" : " ^2.0.4" ,
28
41
"prettier" : " ^2.0.5" ,
You can’t perform that action at this time.
0 commit comments