mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-08 23:44:39 +02:00
Allow ES5 style trailing commas in prettier
This commit is contained in:
@ -3,5 +3,5 @@
|
||||
"tabWidth": 4,
|
||||
"semi": false,
|
||||
"arrowParens": "always",
|
||||
"trailingComma": "none"
|
||||
"trailingComma": "es5"
|
||||
}
|
||||
|
Reference in New Issue
Block a user