We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517b3f3 commit 2ccdb05Copy full SHA for 2ccdb05
.editorconfig
@@ -12,6 +12,7 @@ end_of_line = lf
12
charset = utf-8
13
#是否删除行尾的空格
14
trim_trailing_whitespace = true
15
+
16
[*.md]
17
trim_trailing_whitespace = false
18
.eslintrc.js
@@ -14,7 +14,7 @@ module.exports = {
"react/no-array-index-key": "off",
"react/jsx-props-no-spreading": "off",
"no-console": "off",
- quotes: ["error", "double"],
+ quotes: ["error", "single"],
},
19
env: {
20
browser: true,
0 commit comments