frontend
This commit is contained in:
13
maxkey-web-frontend/maxkey-web-app/.prettierrc.js
Normal file
13
maxkey-web-frontend/maxkey-web-app/.prettierrc.js
Normal file
@@ -0,0 +1,13 @@
|
||||
module.exports = {
|
||||
singleQuote: true,
|
||||
useTabs: false,
|
||||
printWidth: 140,
|
||||
tabWidth: 2,
|
||||
semi: true,
|
||||
htmlWhitespaceSensitivity: 'strict',
|
||||
arrowParens: 'avoid',
|
||||
bracketSpacing: true,
|
||||
proseWrap: 'preserve',
|
||||
trailingComma: 'none',
|
||||
endOfLine: 'lf'
|
||||
};
|
||||
Reference in New Issue
Block a user