add eslint & prettier
This commit is contained in:
parent
7950e23236
commit
0f15e2fb2c
6 changed files with 805 additions and 13 deletions
7
.prettierrc
Normal file
7
.prettierrc
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5",
|
||||
"useTabs": false,
|
||||
"tabWidth": 2,
|
||||
"semi": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue