This commit is contained in:
Jan Prochazka
2019-12-30 19:13:54 +01:00
parent 31fca603dc
commit 049eabf59e
47 changed files with 2381 additions and 53 deletions

View File

@@ -25,7 +25,7 @@
},
"eslintConfig": {
"extends": "react-app"
},
},
"browserslist": {
"production": [
">0.2%",
@@ -37,5 +37,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^6.8.0"
}
}