Add eslint and prettier to frontend
And format files
This commit is contained in:
6
.prettierrc.json
Normal file
6
.prettierrc.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"trailingComma" : "es5",
|
||||
"tabWidth" : 2,
|
||||
"semi": true,
|
||||
"singleQuote": true
|
||||
}
|
||||
Reference in New Issue
Block a user