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