`` update prettier config for Ionic mobile with new endOfLine and trailingComma settings
``
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"printWidth": 120,
|
||||
"quoteProps": "consistent",
|
||||
"endOfLine": "lf",
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "all",
|
||||
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-unused-imports-configurable"]
|
||||
"trailingComma": "es5",
|
||||
"printWidth": 120,
|
||||
"quoteProps": "consistent",
|
||||
"plugins": []
|
||||
}
|
||||
|
Reference in New Issue
Block a user