提交 70a4c2f5 authored 作者: vipcxj's avatar vipcxj

修改eslint规则以和web工程同步

上级 11c0367e
...@@ -25,7 +25,8 @@ ...@@ -25,7 +25,8 @@
"require-yield": [1], "require-yield": [1],
"no-plusplus": "off", "no-plusplus": "off",
"no-mixed-operators": "off", "no-mixed-operators": "off",
"max-len": [0, 120] "max-len": [0, 120],
"object-curly-newline": "off"
}, },
"parserOptions": { "parserOptions": {
"ecmaFeatures": { "ecmaFeatures": {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论