Bump javascript dependencies (#1914)

Also update linting rules to match other community repositories.
This commit is contained in:
Benoit Dion
2020-02-22 13:56:31 -05:00
committed by GitHub
parent f0867d7eef
commit 4f07aab8b1
6 changed files with 54 additions and 45 deletions

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"requirePragma": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": false,
"jsxBracketSameLine": true,
"parser": "flow"
}