Skip to content

Commit bdb3d91

Browse files
committed
[#1062_edit_wip_limit_fields] udpate eslint & gitignore
1 parent 99279cb commit bdb3d91

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.eslintrc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"ecmaFeatures": {
1313
"modules": true,
1414
"experimentalObjectRestSpread": true
15-
},
15+
}
1616
},
1717
"rules": {
1818
"no-console": "error",
@@ -22,7 +22,11 @@
2222
"import/prefer-default-export": "off",
2323
"quotes": ["error", "single"],
2424
"import/no-unresolved": [2, { "caseSensitive": false }],
25-
"prettier/prettier": "error",
25+
"prettier/prettier": [
26+
{}, {
27+
"end_of_line": false
28+
}
29+
],
2630
"no-restricted-syntax": ["error", "ForInStatement", "LabeledStatement", "WithStatement"],
2731
"no-plusplus": ["error", { "allowForLoopAfterthoughts": true }],
2832
"class-methods-use-this": "off",

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ node_modules
1010
dist
1111
.gitconfig
1212
coverage
13+
.history

0 commit comments

Comments
 (0)