forked from extern/easydiffusion
Allow ES5 style trailing commas in prettier
This commit is contained in:
parent
af0058d2aa
commit
db0722aca7
@ -3,5 +3,5 @@
|
||||
"tabWidth": 4,
|
||||
"semi": false,
|
||||
"arrowParens": "always",
|
||||
"trailingComma": "none"
|
||||
"trailingComma": "es5"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user