Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Aug 9, 2019
1 parent 53898ec commit 0978f8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion etc/eslint.json
Expand Up @@ -169,7 +169,9 @@
"@typescript-eslint/func-call-spacing": "error",
"@typescript-eslint/indent": ["error", 2, {"SwitchCase": 1}],
"@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/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 0978f8c

Please sign in to comment.