`` 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,
|
||||
"quoteProps": "consistent",
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "all",
|
||||
"trailingComma": "es5",
|
||||
"plugins": []
|
||||
}
|
||||
|
Reference in New Issue
Block a user