Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Commit

Permalink
Fixed broken CI build because of linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmr committed Sep 22, 2016
1 parent 8a947e8 commit ac463be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions extensions/roc-package-web-app-react/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"max-len": [2, 120, 4],
"no-warning-comments": 1,
"class-methods-use-this": 0,
"arrow-parens": ["off", "as-needed"],

"generator-star-spacing": 0,
"babel/generator-star-spacing": [2, { before: false, after: true }],
Expand Down
4 changes: 2 additions & 2 deletions extensions/roc-package-web-app-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"devDependencies": {
"babel-eslint": "~6.1.2",
"babel-preset-react": "6.11.1",
"eslint": "~3.4.0",
"eslint-config-airbnb": "~11.0.0",
"eslint": "~3.5.0",
"eslint-config-airbnb": "~11.1.0",
"eslint-plugin-babel": "~3.3.0",
"eslint-plugin-import": "~1.14.0",
"eslint-plugin-jsx-a11y": "2.2.1",
Expand Down

0 comments on commit ac463be

Please sign in to comment.