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 Sep 10, 2019
1 parent 8b00b82 commit 8196cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/eslint.json
Expand Up @@ -169,7 +169,7 @@
"@typescript-eslint/array-type": ["error", {"default": "array-simple"}],
"@typescript-eslint/await-thenable": "error",
"@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}],
"@typescript-eslint/explicit-member-accessibility": ["error", {"accessibility": "no-public", "overrides": {"parameterProperties": "explicit"}}],
"@typescript-eslint/explicit-member-accessibility": ["error", {"accessibility": "no-public"}],
"@typescript-eslint/func-call-spacing": "error",
"@typescript-eslint/indent": ["error", 2, {"SwitchCase": 1}],
"@typescript-eslint/member-naming": ["error", {"private": "^_", "protected": "^_"}],
Expand Down

0 comments on commit 8196cc8

Please sign in to comment.