sync master

This commit is contained in:
Dirk Klimpel
2020-05-04 19:25:22 +02:00
committed by GitHub
parent e6a1be74de
commit 36fbd70a42
11 changed files with 1645 additions and 1183 deletions
+2 -1
View File
@@ -6,5 +6,6 @@
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false
"jsxBracketSameLine": false,
"arrowParens": "avoid",
}