Skip to content

Commit

Permalink
fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyubinhan committed Sep 5, 2018
1 parent ae248cb commit c46081e
Show file tree
Hide file tree
Showing 12 changed files with 583 additions and 140 deletions.
10 changes: 9 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "react-app",
"extends": "airbnb",
"parser": "babel-eslint",
"env": {
"browser": true,
Expand Down Expand Up @@ -27,12 +27,20 @@
],
"indent": "off",
"jsx-a11y/click-events-have-key-events": "off",
"object-curly-newline": "off",
"jsx-a11y/href-no-hash": "off",
"import/no-named-as-default": "off",
"no-shadow": "off",
"quote-props": "off",
"max-len": "off",
"react/sort-comp": "off",
"import/no-extraneous-dependencies": "off",
"react/destructuring-assignment": "off",
"react/jsx-wrap-multilines": "off",
"operator-linebreak": "off",
"react/button-has-type": "off",
"lines-between-class-members": "off",
"react/prefer-stateless-function": "off",
"no-unused-expressions": "warn",
"no-useless-concat": "warn",
"block-scoped-var": "error",
Expand Down
Loading

0 comments on commit c46081e

Please sign in to comment.