Skip to content

Commit 156f548

Browse files
committed
fix: Linting
1 parent 722e2e1 commit 156f548

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.eslintrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
"@typescript-eslint/no-unused-vars": 0
1414
},
1515
"overrides": [
16+
{
17+
"files": ["src/grpc/**/*.ts"],
18+
"rules": {
19+
"unicorn/no-null": 0
20+
}
21+
},
1622
{
1723
"files": ["*test.ts"],
1824
"rules": {

0 commit comments

Comments
 (0)