mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
8c2642b2f2
* Ignore .vscode folder * Add Prettier config * Change author to 'Flarum Team' * Bump deps to latest version * Format with prettier; add `loose` where needed * Don't exclude node modules from Babel processing
7 lines
90 B
JSON
7 lines
90 B
JSON
{
|
|
"printWidth": 150,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5"
|
|
}
|