Skip to content

Commit

Permalink
build: update eslint packages version
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBarranqueiro committed Oct 20, 2018
1 parent 074de49 commit a54b4a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"brace-style": [2, "stroustrup"],
"space-before-function-paren":[2, "never"],
"no-trailing-spaces": [2, {"skipBlankLines": true}],
"operator-linebreak": [2, "after", {"overrides": { "?": "ignore", ":": "ignore"}}]
"operator-linebreak": [2, "after", {"overrides": { "?": "ignore", ":": "ignore"}}],
"object-curly-spacing": ["error", "never"]
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"enzyme-adapter-react-14": "1.0.5",
"enzyme-adapter-react-15.4": "1.0.5",
"enzyme-adapter-react-16": "1.6.0",
"eslint": "^4.14.0",
"eslint-config-standard": "^10.2.1",
"eslint": "5.7.0",
"eslint-config-standard": "12.0.0",
"eslint-config-standard-react": "5.0.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-node": "5.2.1",
Expand Down

0 comments on commit a54b4a2

Please sign in to comment.