File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -691,13 +691,9 @@ overrides:
691
691
env :
692
692
node : true
693
693
rules :
694
- internal-rules/only-ascii : [error, { allowEmoji: true }]
695
694
node/no-sync : off
696
- import/no-namespace : off
697
695
import/no-unresolved : off
698
696
import/no-nodejs-modules : off
699
- no-console : off
700
- no-await-in-loop : off
701
697
- files : ' resources/**'
702
698
env :
703
699
node : true
@@ -709,6 +705,7 @@ overrides:
709
705
import/no-extraneous-dependencies : [error, { devDependencies: true }]
710
706
import/no-nodejs-modules : off
711
707
no-console : off
708
+ no-await-in-loop : off
712
709
- files : ' resources/eslint-internal-rules/**'
713
710
env :
714
711
node : true
@@ -747,7 +744,6 @@ overrides:
747
744
- website/docusaurus.config.js
748
745
- website/sidebars.js
749
746
- integrationTests/**/*
750
- - benchmark/**/*
751
747
- resources/**/*
752
748
env :
753
749
node : true
Original file line number Diff line number Diff line change 32
32
"version" : " ts-node resources/gen-version.ts && npm test && git add src/version.ts" ,
33
33
"fuzzonly" : " mocha --full-trace src/**/__tests__/**/*-fuzz.ts" ,
34
34
"changelog" : " ts-node resources/gen-changelog.ts" ,
35
- "benchmark" : " ts-node benchmark /benchmark.ts" ,
35
+ "benchmark" : " ts-node resources /benchmark.ts" ,
36
36
"test" : " npm run lint && npm run check && npm run testonly:cover && npm run prettier:check && npm run check:spelling && npm run check:integrations" ,
37
37
"lint" : " eslint --cache --max-warnings 0 ." ,
38
38
"check" : " tsc --pretty" ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments