feat: 本次提交更新内容如下
eslint规则校验
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"semi": true,
|
||||
"trailingComma": "es5",
|
||||
"trailingComma": "all",
|
||||
"singleQuote": false,
|
||||
"printWidth": 80,
|
||||
"tabWidth": 2,
|
||||
@@ -9,5 +9,6 @@
|
||||
"bracketSpacing": true,
|
||||
"arrowParens": "avoid",
|
||||
"jsxSingleQuote": false,
|
||||
"quoteProps": "as-needed"
|
||||
}
|
||||
"quoteProps": "as-needed",
|
||||
"commaDangle": "all"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user