`` update prettier config to enforce LF line endings and ES5 trailing commas
``
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"endOfLine": "lf",
|
||||||
"printWidth": 120,
|
"printWidth": 120,
|
||||||
"quoteProps": "consistent",
|
"quoteProps": "consistent",
|
||||||
"semi": true,
|
"semi": true,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"tabWidth": 2,
|
"tabWidth": 2,
|
||||||
"trailingComma": "all",
|
"trailingComma": "es5",
|
||||||
"plugins": []
|
"plugins": []
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user