Added ESLint and Prettier.

This commit is contained in:
2019-07-16 13:54:04 +02:00
parent 1f5df65c48
commit 87b63c2142
6 changed files with 966 additions and 41 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"singleQuote": true,
"jsxSingleQuote": true,
"tabWidth": 4,
"semi": false
}