Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from appfolio/updateBase
Browse files Browse the repository at this point in the history
gt - Update appfolio base version, loosen proptypes
  • Loading branch information
gthomas-appfolio authored Oct 11, 2016
2 parents f3fef57 + 6e54563 commit d8ffc46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ module.exports = {
'extends': [
'airbnb',
'appfolio-base'
]
],
rules: {
'react/prop-types': 0 // TODO rule is adding support for validating declared only, relook then.
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "eslint-config-appfolio-react",
"version": "0.2.0",
"version": "0.3.2",
"description": "Appfolio ESLint React config",
"main": "index.js",
"author": "Appfolio, Inc.",
"license": "MIT",
"dependencies": {
"eslint": "~2.13.1",
"eslint-config-airbnb": "~9.0.1",
"eslint-config-appfolio-base": "^0.2.0",
"eslint-config-appfolio-base": "^0.3.2",
"eslint-plugin-import": "~1.8.1",
"eslint-plugin-jsx-a11y": "~1.5.3",
"eslint-plugin-react": "^5.2.2"
Expand Down

0 comments on commit d8ffc46

Please sign in to comment.