Initial commit
This commit is contained in:
12
.prettierrc.cjs
Normal file
12
.prettierrc.cjs
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
trailingComma: 'es5',
|
||||
tabWidth: 2,
|
||||
semi: false,
|
||||
singleQuote: true,
|
||||
arrowParens: 'always',
|
||||
quoteProps: 'as-needed',
|
||||
plugins: [require.resolve('@prettier/plugin-pug')],
|
||||
pugAttributeSeparator: 'as-needed',
|
||||
pugSortAttributes: 'asc',
|
||||
vueIndentScriptAndStyle: false,
|
||||
}
|
||||
Reference in New Issue
Block a user