Skip to content

Commit 2cbed43

Browse files
committed
Added persistence integration test files to linting config
1 parent 5ecdf95 commit 2cbed43

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/persistance/.eslintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"extends": "../../.eslintrc",
3+
"parserOptions": {
4+
"project": ["./tsconfig.json", "./test/tsconfig.json", "./test-integration/tsconfig.json"]
5+
},
36
"rules": {
47
"no-underscore-dangle": "off",
58
"@typescript-eslint/consistent-type-assertions": "off"
69
}
7-
}
10+
}

0 commit comments

Comments
 (0)