diff options
author | Eug-VS <eug-vs@keemail.me> | 2020-01-13 00:01:22 +0300 |
---|---|---|
committer | Eug-VS <eug-vs@keemail.me> | 2020-01-13 00:01:22 +0300 |
commit | 5471972045aa3ed5dca90abc67802d324e5c1251 (patch) | |
tree | a0ef2400bb78e0aeff68da65078346145a6cf29a /package.json | |
parent | 1c73d3cd0f78a5c01c9819f016838d188d3cf63f (diff) | |
download | chrono-cube-ui-5471972045aa3ed5dca90abc67802d324e5c1251.tar.gz |
feat: explicitly configure ESlint
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/package.json b/package.json index ed322ca..4252903 100644 --- a/package.json +++ b/package.json @@ -26,9 +26,6 @@ "predeploy": "npm run build", "deploy": "gh-pages -d build" }, - "eslintConfig": { - "extends": "react-app" - }, "browserslist": { "production": [ ">0.2%", @@ -40,5 +37,17 @@ "last 1 firefox version", "last 1 safari version" ] + }, + "devDependencies": { + "@typescript-eslint/eslint-plugin": "^2.15.0", + "@typescript-eslint/parser": "^2.15.0", + "babel-eslint": "^10.0.3", + "eslint": "^6.8.0", + "eslint-config-react-app": "^5.1.0", + "eslint-plugin-flowtype": "^3.13.0", + "eslint-plugin-import": "^2.20.0", + "eslint-plugin-jsx-a11y": "^6.2.3", + "eslint-plugin-react": "^7.17.0", + "eslint-plugin-react-hooks": "^1.7.0" } } |