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

Commit

Permalink
fix: linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
RemeJuan committed Mar 26, 2018
1 parent b570879 commit 2e5271e
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Expand Up @@ -30,7 +30,8 @@
],
"import/prefer-default-export": [
"warn"
]
],
"jsx-a11y/href-no-hash": "off"
},
"globals": {
"__DEV__": true
Expand Down
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"prepare": "yarn build",
"build": "webpack --progress --profile --bail",
"watch": "yarn build --watch",
"lint": "eslint --ext .jsx --ext .js src/",
"lint": "eslint --ext .js src/",
"commitmsg": "validate-commit-msg",
"prepush": "yarn lint",
"postmerge": "yarn"
Expand Down Expand Up @@ -52,6 +52,8 @@
"eslint": "^4.4.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"eslint-watch": "^3.1.2",
"husky": "^0.14.3",
"lodash": "^4.3.0",
Expand Down

0 comments on commit 2e5271e

Please sign in to comment.