Skip to content

Commit 8f54301

Browse files
committedOct 24, 2021
build(eslint): Update rules to fix errors in latest eslint
1 parent e53a7b5 commit 8f54301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"@typescript-eslint/require-await": "off",
187187
"@typescript-eslint/consistent-type-assertions": "off",
188188
"@typescript-eslint/explicit-function-return-type": "off",
189-
"@typescript-eslint/explicit-member-accessibility": "error",
189+
"@typescript-eslint/explicit-member-accessibility": "off",
190190
"@typescript-eslint/interface-name-prefix": "off",
191191
"@typescript-eslint/no-empty-function": [
192192
"warn",

0 commit comments

Comments
 (0)
Please sign in to comment.