This commit is contained in:
chenxiaoxi
2021-04-20 15:25:46 +08:00
parent b2620a08a1
commit 2eb52eec59
161 changed files with 141 additions and 11301 deletions
-21
View File
@@ -1,21 +0,0 @@
/**
* @description 代码规范
*/
module.exports = {
printWidth: 80,
tabWidth: 2,
useTabs: false,
semi: false,
singleQuote: true,
quoteProps: 'as-needed',
jsxSingleQuote: false,
trailingComma: 'es5',
bracketSpacing: true,
jsxBracketSameLine: false,
arrowParens: 'always',
htmlWhitespaceSensitivity: 'ignore',
vueIndentScriptAndStyle: true,
endOfLine: 'lf',
}