Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit a4a4dfb

Browse files
committed
style: eslintc: warn instead of off for explicit rules
1 parent b66fb85 commit a4a4dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "eslint-config-streamr-ts",
33
"rules": {
4-
"@typescript-eslint/ban-ts-comment": "off",
5-
"no-underscore-dangle": "off"
4+
"@typescript-eslint/ban-ts-comment": "warn",
5+
"no-underscore-dangle": "warn"
66
}
77
}

0 commit comments

Comments
 (0)