[improve] - add prettier

This commit is contained in:
AlexAlexandre 2021-08-18 18:25:34 -03:00
parent 0738bfb620
commit 69888c4944
1 changed files with 7 additions and 0 deletions

7
.prettierrc.js Normal file
View File

@ -0,0 +1,7 @@
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
printWidth: 130,
};