Skip to content

Commit 947e9c7

Browse files
authored
chore: disable linting for migrated tests (#165)
1 parent 920c666 commit 947e9c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rslint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"ignores": [
66
"node_modules/**",
77
"./packages/rslint-test-tools/tests/**/*.test.ts",
8-
"packages/rslint/fixtures/**"
8+
"packages/rslint/fixtures/**",
9+
"packages/rslint-test-tools/tests/**/*.test.ts"
910
],
1011
"languageOptions": {
1112
"parserOptions": {

0 commit comments

Comments
 (0)