generated from duanshuwen/webapp-vue-frontend
feat: 问卷功能开发
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// .preitterrc.js
|
||||
module.exports = {
|
||||
// 一行的字符数,如果超过会进行换行,默认为80
|
||||
printWidth: 80,
|
||||
printWidth: 200,
|
||||
// 一个tab代表几个空格数,默认为80
|
||||
tabWidth: 2,
|
||||
// 是否使用tab进行缩进,默认为false,表示用空格进行缩减
|
||||
@@ -11,7 +11,7 @@ module.exports = {
|
||||
// 行位是否使用分号,默认为true
|
||||
semi: false,
|
||||
// 是否使用尾逗号,有三个可选值"<none|es5|all>"
|
||||
trailingComma: "none",
|
||||
trailingComma: 'none',
|
||||
// 对象大括号直接是否有空格,默认为true,效果:{ foo: bar }
|
||||
bracketSpacing: true,
|
||||
// 代码的解析引擎,默认为babylon,与babel相同
|
||||
|
||||
Reference in New Issue
Block a user