File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -325,13 +325,7 @@ rules:
325
325
no-nested-ternary : off
326
326
no-new-object : error
327
327
no-plusplus : off
328
- no-restricted-syntax :
329
- - error
330
- - selector : ' FunctionDeclaration[async=true]'
331
- message : >
332
- async functions are not allowed inside package source code because
333
- older versions of NodeJS do not support them without additional
334
- runtime dependencies. Instead, use explicit Promises.
328
+ no-restricted-syntax : off
335
329
no-tabs : error
336
330
no-ternary : off
337
331
no-underscore-dangle : off # TODO
@@ -670,7 +664,6 @@ overrides:
670
664
node/no-unpublished-import : [error, { allowModules: ['chai', 'mocha'] }]
671
665
import/no-restricted-paths : off
672
666
import/no-extraneous-dependencies : [error, { devDependencies: true }]
673
- no-restricted-syntax : off
674
667
- files : ' integrationTests/*'
675
668
rules :
676
669
node/no-unpublished-require : off
@@ -691,7 +684,6 @@ overrides:
691
684
import/no-commonjs : off
692
685
no-console : off
693
686
no-await-in-loop : off
694
- no-restricted-syntax : off
695
687
- files : ' resources/**'
696
688
rules :
697
689
node/no-unpublished-import : off
@@ -704,5 +696,4 @@ overrides:
704
696
import/no-nodejs-modules : off
705
697
import/no-commonjs : off
706
698
no-await-in-loop : off
707
- no-restricted-syntax : off
708
699
no-console : off
You can’t perform that action at this time.
0 commit comments