Skip to content

Commit

Permalink
Updated the settings of the static analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Aug 7, 2019
1 parent 94ac60b commit 924b06c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/eslint.json
Expand Up @@ -168,8 +168,8 @@
"@typescript-eslint/explicit-member-accessibility": ["error", {"accessibility": "no-public", "overrides": {"parameterProperties": "explicit"}}],
"@typescript-eslint/func-call-spacing": "error",
"@typescript-eslint/indent": ["error", 2, {"SwitchCase": 1}],
"@typescript-eslint/member-naming": ["error", {"private": "^_"}],
"@typescript-eslint/member-ordering": "error",
"@typescript-eslint/member-naming": ["error", {"private": "^_", "protected": "^_"}],
"@typescript-eslint/member-ordering": ["error", {"default": ["public-field", "protected-field", "private-field", "constructor", "public-method", "protected-method", "private-method"]}],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-for-in-array": "error",
"@typescript-eslint/no-inferrable-types": "off",
Expand Down

0 comments on commit 924b06c

Please sign in to comment.