Skip to content

Commit 16268e3

Browse files
clydinalan-agius4
authored andcommitted
test: enable no-underscore-dangle lint rule
The `no-underscore-dangle` rule is now enabled. No code changes were required.
1 parent 36e8a65 commit 16268e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101

102102
/* TODO: evaluate usage of these rules and fix issues as needed */
103103
"no-case-declarations": "off",
104-
"no-underscore-dangle": "off",
105104
"@typescript-eslint/ban-types": "off",
106105
"@typescript-eslint/no-implied-eval": "off",
107106
"@typescript-eslint/no-var-requires": "off",

0 commit comments

Comments
 (0)