Commit bc4a829f authored by mengzixuan's avatar mengzixuan

feat(换行符规则): 修复Windows系统换行符报错问题

parent 34ef0ae5
...@@ -17,6 +17,7 @@ module.exports = { ...@@ -17,6 +17,7 @@ module.exports = {
// add your custom rules here // add your custom rules here
//it is base on https://github.com/vuejs/eslint-config-vue //it is base on https://github.com/vuejs/eslint-config-vue
rules: { rules: {
"prettier/prettier": ["error", {"endOfLine" : "auto"}],
"vue/no-mutating-props": "off", "vue/no-mutating-props": "off",
"vue/singleline-html-element-content-newline": "off", "vue/singleline-html-element-content-newline": "off",
"vue/multiline-html-element-content-newline":"off", "vue/multiline-html-element-content-newline":"off",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment