Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit d204478

Browse files
eslint: unify tests and integrationTests overrides (#684)
1 parent e19ea80 commit d204478

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.eslintrc.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -582,25 +582,18 @@ overrides:
582582
'@typescript-eslint/semi': off
583583
'@typescript-eslint/space-before-function-paren': off
584584
'@typescript-eslint/type-annotation-spacing': off
585-
- files: '**/__*__/**'
585+
- files: ['src/**/__*__/**', 'integrationTests/**']
586586
rules:
587587
node/no-unpublished-import: off
588588
node/no-unpublished-require: off
589589
node/no-sync: off
590590
import/no-restricted-paths: off
591591
import/no-extraneous-dependencies: [error, { devDependencies: true }]
592592
import/no-nodejs-modules: off
593-
- files: 'integrationTests/**'
594-
rules:
595-
node/no-unpublished-import: off
596-
node/no-unpublished-require: off
597-
node/no-sync: off
598-
import/no-extraneous-dependencies: [error, { devDependencies: true }]
599-
import/no-nodejs-modules: off
600-
no-console: off
601593
- files: 'integrationTests/*/**'
602594
rules:
603595
node/no-missing-require: off
596+
no-console: off
604597
- files: 'resources/**'
605598
rules:
606599
node/no-unpublished-import: off

0 commit comments

Comments
 (0)