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

Commit

Permalink
Merge 8944f4d into 8c7b5ad
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeperio-bot committed Aug 3, 2016
2 parents 8c7b5ad + 8944f4d commit d9bed66
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ rules:
- off
react/jsx-uses-react:
- off
react/jsx-filename-extension:
- off
import/no-extraneous-dependencies:
- off
global-require:
- off
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
"css-loader": "0.23.1",
"enzyme": "2.4.1",
"eslint": "3.2.2",
"eslint-config-airbnb": "9.0.1",
"eslint-config-airbnb": "10.0.0",
"eslint-plugin-import": "1.12.0",
"eslint-plugin-jsx-a11y": "2.0.1",
"eslint-plugin-react": "5.2.2",
"eslint-plugin-react": "6.0.0",
"expect": "1.20.2",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
Expand Down
1 change: 1 addition & 0 deletions src/stories/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
rules:
import/no-unresolved: off
jsx-a11y/href-no-hash: off
2 changes: 1 addition & 1 deletion src/stories/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Menu = () => (
<li className="uk-nav-header">Header</li>
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li className="uk-nav-divider"></li>
<li className="uk-nav-divider" />
<li><a href="#">Separated item</a></li>
</ul>
</div>
Expand Down
2 changes: 0 additions & 2 deletions test/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
parser: babel-eslint
extends: airbnb
env:
mocha: true
rules:
Expand Down
1 change: 0 additions & 1 deletion test/Button.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react'
import expect, { createSpy } from 'expect'
import { shallow } from 'enzyme'

Expand Down

0 comments on commit d9bed66

Please sign in to comment.