Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix lint.
  • Loading branch information
goto-bus-stop committed Jun 9, 2018
1 parent 37fd8c4 commit 0cfe27d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .eslintrc.json
@@ -1,9 +1,15 @@
{
"extends": "airbnb",
"parser": "babel-eslint",
"rules": {
"react/jsx-filename-extension": "off",
"react/require-default-props": "off",
"import/no-extraneous-dependencies": ["error", { "devDependencies": true }]
"import/no-extraneous-dependencies": ["error", { "devDependencies": true }],
"jsx-a11y/label-has-for": ["error", {
"components": [],
"required": {
"some": ["nesting", "id"]
},
"allowChildren": false
}]
}
}
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -41,7 +41,6 @@
"@babel/preset-env": "7.0.0-beta.49",
"@babel/preset-react": "7.0.0-beta.49",
"@babel/register": "7.0.0-beta.49",
"babel-eslint": "^8.2.3",
"doctrine": "^2.1.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
Expand Down

0 comments on commit 0cfe27d

Please sign in to comment.