Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Eslint error fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarren1 committed Jul 30, 2018
1 parent eb7f935 commit 605b585
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 66 deletions.
6 changes: 4 additions & 2 deletions config/eslint/eslintrc-node.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"env": {
"node": true
"node": true,
"browser": true
},
"extends": [
"eslint:recommended",
Expand All @@ -15,7 +16,8 @@
"ecmaVersion": "2015",
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
"jsx": true,
"experimentalObjectRestSpread": true
}
},
"rules": {
Expand Down
144 changes: 82 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"babel-plugin-transform-es2015-modules-commonjs-simple": "^6.7.4",
"babel-preset-es2015-webpack": "^6.4.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^3.15.0",
"eslint": "^3.19.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.9.0",
"react-hot-loader": "^1.3.0",
Expand Down
Loading

0 comments on commit 605b585

Please sign in to comment.