mirror of
https://github.com/flarum/framework.git
synced 2025-02-10 09:51:45 +08:00
![David Wheatley](/assets/img/avatar_default.png)
* 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"
|
|
}
|