Skip to content

Commit

Permalink
pin some eslints
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed May 22, 2018
1 parent e91ef56 commit 418307e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"jest": true
},
"rules": {
"jsx-a11y/no-onchange": 0
"jsx-a11y/no-onchange": 0,
"jsx-a11y/anchor-has-content": 0,
"jsx-a11y/heading-has-content": 0
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,13 @@
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.1",
"escape-carriage": "^1.2.0",
"eslint": "^4.18.1",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"express": "^4.15.4",
"file-loader": "^1.1.10",
"file-saver": "^1.3.3",
Expand Down

0 comments on commit 418307e

Please sign in to comment.