UNPKG
vue-cli-plugin-eplus
Version:
latest (0.0.1)
0.0.1
vue-cli plugin to init eplus template
vue-cli-plugin-eplus
/
generator
/
template
/
common
/
_prettierrc.js
10 lines
•
189 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module.exports
=
{
insertPragma:
false
,
jsxBracketSameLine:
false
,
printWidth:
120
,
semi:
true
,
singleQuote:
true
,
tabWidth:
2
,
useTabs:
false
,
endOfLine:
'auto'
}
;