feat(linters): linters and prettier added to front
This commit is contained in:
7
front/.prettierrc.json
Normal file
7
front/.prettierrc.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"printWidth": 85,
|
||||
"tabWidth": 4,
|
||||
"singleQuote": false,
|
||||
"semi": true,
|
||||
"arrowParens": "always"
|
||||
}
|
||||
Reference in New Issue
Block a user