Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
add pieces for ESLint (issue #220)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlp6 committed May 21, 2018
1 parent 5dcf3ff commit 6be1c97
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions software/cloud-dashboard/react-client/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
"parser": "babel-eslint",
"extends": "google"
};
12 changes: 11 additions & 1 deletion software/cloud-dashboard/react-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,21 @@
"css-loader": "0.26.0",
"detect-port": "1.0.1",
"dotenv": "2.0.0",
"eslint": "3.8.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-google": "^0.9.1",
"eslint-config-react-app": "^0.4.0",
"eslint-config-standard": "^11.0.0",
"eslint-loader": "1.6.0",
"eslint-plugin-flowtype": "2.21.0",
"eslint-plugin-import": "2.0.1",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-markdown": "^1.0.0-beta.8",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "6.4.1",
"eslint-plugin-standard": "^3.1.0",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"filesize": "3.3.0",
Expand Down Expand Up @@ -71,6 +79,8 @@
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"lint": "eslint .",
"pretest": "npm run lint",
"test": "node scripts/test.js --env=jsdom"
},
"jest": {
Expand Down

0 comments on commit 6be1c97

Please sign in to comment.