mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-21 15:53:17 +01:00
Allow ES5 style trailing commas in prettier
This commit is contained in:
parent
af0058d2aa
commit
db0722aca7
@ -3,5 +3,5 @@
|
|||||||
"tabWidth": 4,
|
"tabWidth": 4,
|
||||||
"semi": false,
|
"semi": false,
|
||||||
"arrowParens": "always",
|
"arrowParens": "always",
|
||||||
"trailingComma": "none"
|
"trailingComma": "es5"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user