|
@@ -181,7 +181,7 @@ module.exports = {
|
|
}
|
|
}
|
|
}], //换行时运算符在行尾还是行首
|
|
}], //换行时运算符在行尾还是行首
|
|
'padded-blocks': 0, //块语句内行首行尾是否要空行
|
|
'padded-blocks': 0, //块语句内行首行尾是否要空行
|
|
- 'quotes': [2, 'single', {
|
|
|
|
|
|
+ 'quotes': [0, 'single', {
|
|
'avoidEscape': true,
|
|
'avoidEscape': true,
|
|
'allowTemplateLiterals': true
|
|
'allowTemplateLiterals': true
|
|
}], //引号类型 `` "" ''
|
|
}], //引号类型 `` "" ''
|