mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 12:48:28 +08:00
Configure prettier via JSON file
This commit is contained in:
parent
ee996e2cae
commit
14e8e9a7cb
6
js/.prettierrc.json
Normal file
6
js/.prettierrc.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"printWidth": 150,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "es5"
|
||||
}
|
Loading…
Reference in New Issue
Block a user