Switch path alias from @ to ~, add Prettier with organize-imports
This commit is contained in:
8
frontend/.prettierrc.json
Normal file
8
frontend/.prettierrc.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"printWidth": 110,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all",
|
||||
"semi": false,
|
||||
"arrowParens": "always",
|
||||
"plugins": ["prettier-plugin-organize-imports"]
|
||||
}
|
||||
Reference in New Issue
Block a user