Fix ESLint setup and errors

This commit is contained in:
Frieder Bluemle
2020-07-09 19:53:34 -07:00
parent 6c86713aff
commit ad98bfa878
6 changed files with 78 additions and 74 deletions

View File

@@ -34,6 +34,7 @@
"react-dom": "16.9.0",
"react-hot-loader": "^4.12.19",
"react-native": "0.61.5",
"react-native-dom": "^0.5.0",
"react-native-windows": "^0.61.0-0"
},
"dependencies": {
@@ -42,7 +43,7 @@
"shaka-player": "^2.5.9"
},
"scripts": {
"lint": "yarn eslint *.js"
"lint": "eslint ."
},
"files": [
"android-exoplayer",