1
0
mirror of https://github.com/flarum/core.git synced 2025-08-30 19:40:02 +02:00

Fix Flarum on iOS 10 and below (#9)

* 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
This commit is contained in:
David Wheatley
2021-05-04 00:39:10 +01:00
committed by GitHub
parent a6cc7d3742
commit 8c2642b2f2
5 changed files with 10392 additions and 730 deletions

View File

@@ -0,0 +1,6 @@
{
"printWidth": 150,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}