add linter
This commit is contained in:
parent
28906bfb80
commit
d684ad6045
6 changed files with 1091 additions and 22 deletions
8
.prettierrc
Normal file
8
.prettierrc
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"semi": false,
|
||||
"useTabs": true,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "none",
|
||||
"arrowParens": "avoid",
|
||||
"bracketSameLine": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue