mirror of
https://github.com/flarum/core.git
synced 2025-08-01 14:10:37 +02:00
Configure prettier via JSON file
This commit is contained in:
6
js/.prettierrc.json
Normal file
6
js/.prettierrc.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"printWidth": 150,
|
||||||
|
"singleQuote": true,
|
||||||
|
"tabWidth": 2,
|
||||||
|
"trailingComma": "es5"
|
||||||
|
}
|
Reference in New Issue
Block a user