File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 3838 " plugin:@typescript-eslint/recommended"
3939 ],
4040 "rules" : {
41- "@typescript-eslint/no-floating-promises" : " warn" ,
4241 "@typescript-eslint/no-non-null-assertion" : " off" ,
4342 "@typescript-eslint/no-use-before-define" : " off" ,
4443 "@typescript-eslint/no-warning-comments" : " off" ,
5857 },
5958 "parserOptions" : {
6059 "ecmaVersion" : 2018 ,
61- "project" : " ./tsconfig.json" ,
6260 "sourceType" : " module"
6361 }
6462 }
Original file line number Diff line number Diff line change @@ -169,7 +169,6 @@ if (cli.input.length < 1) {
169169 usage ( ) ;
170170}
171171
172- // eslint-disable-next-line @typescript-eslint/no-floating-promises
173172run ( cli . input [ 0 ] , cli . input . slice ( 1 ) ) . then ( success => {
174173 if ( ! success ) {
175174 // eslint-disable-next-line no-process-exit
You can’t perform that action at this time.
0 commit comments