File tree Expand file tree Collapse file tree 5 files changed +1008
-53
lines changed Expand file tree Collapse file tree 5 files changed +1008
-53
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " standard-with-typescript" ,
3
+ "parserOptions" : {
4
+ "project" : " ./tsconfig.json"
5
+ }
6
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "tslint.enable" : true ,
3
- "typescript.tsdk" : " node_modules\\ typescript\\ lib" ,
4
- "tslint.autoFixOnSave" : true
5
- }
2
+ "editor.formatOnSave" : false ,
3
+ "eslint.validate" : [
4
+ " javascript" ,
5
+ " javascriptreact" ,
6
+ " typescript" ,
7
+ " typescriptreact"
8
+ ],
9
+ "editor.codeActionsOnSave" : {
10
+ "source.fixAll.eslint" : true
11
+ },
12
+ "eslint.enable" : true ,
13
+ "eslint.alwaysShowStatus" : true ,
14
+ "editor.tabSize" : 2
15
+ }
Original file line number Diff line number Diff line change 61
61
"@types/node" : " ^10.5.2" ,
62
62
"@types/request-promise-native" : " ^1.0.15" ,
63
63
"@types/resolve" : " ^0.0.8" ,
64
+ "@typescript-eslint/eslint-plugin" : " 3" ,
65
+ "@typescript-eslint/parser" : " ^3.2.0" ,
66
+ "babel-eslint" : " ^10.1.0" ,
64
67
"commitizen" : " ^3.0.7" ,
65
68
"conventional-changelog" : " ^3.0.6" ,
66
69
"copyfiles" : " ^2.1.0" ,
67
70
"cz-customizable" : " ^5.10.0" ,
71
+ "eslint" : " 7" ,
72
+ "eslint-config-standard-with-typescript" : " ^18.0.2" ,
73
+ "eslint-plugin-import" : " 2" ,
74
+ "eslint-plugin-node" : " 11" ,
75
+ "eslint-plugin-promise" : " 4" ,
76
+ "eslint-plugin-standard" : " 4" ,
68
77
"husky" : " ^1.3.1" ,
69
78
"pre-commit" : " ^1.2.2" ,
70
79
"tslint" : " ^5.10.0" ,
71
80
"tslint-config-standard" : " ^8.0.1" ,
72
- "typescript" : " 3.7.4 "
81
+ "typescript" : " ^3.9.5 "
73
82
},
74
83
"dependencies" : {
75
84
"chalk" : " ^2.4.1" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments