Skip to content

Commit

Permalink
added some prop validation
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkorzhuk committed Jul 27, 2017
1 parent e92660d commit 7dbc52f
Show file tree
Hide file tree
Showing 61 changed files with 55,315 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Expand Up @@ -2,12 +2,12 @@
"extends": ["plugin:flowtype/recommended", "airbnb", "prettier", "prettier/react"],
"rules": {
"react/jsx-filename-extension": ["error", { "extensions": [".js", ".jsx"] }],
"react/prop-types": 0,
"no-shadow": 0,
"jsx-a11y/no-autofocus": 0,
"consistent-return": 0,
"react/no-did-mount-set-state": 0,
"no-plusplus": 0
"no-plusplus": 0,
"react/prop-types": 1
},
"plugins": ["flowtype", "prettier"],
"parser": "babel-eslint",
Expand Down

0 comments on commit 7dbc52f

Please sign in to comment.