Skip to content

Commit 1e1b0b8

Browse files
committed
[#1062_edit_wip_limit_fields] fixed settings pretter
1 parent e3ee5a0 commit 1e1b0b8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.eslintrc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@
2222
"import/prefer-default-export": "off",
2323
"quotes": ["error", "single"],
2424
"import/no-unresolved": [2, { "caseSensitive": false }],
25-
"prettier/prettier": [
26-
{}, {
27-
"end_of_line": false
28-
}
29-
],
25+
"prettier/prettier": ["error", { "endOfLine": "auto" }],
3026
"no-restricted-syntax": ["error", "ForInStatement", "LabeledStatement", "WithStatement"],
3127
"no-plusplus": ["error", { "allowForLoopAfterthoughts": true }],
3228
"class-methods-use-this": "off",

0 commit comments

Comments
 (0)