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 #4 from appfolio/loosenRules
Browse files Browse the repository at this point in the history
gt - Remove React settings from base
  • Loading branch information
gthomas-appfolio authored Oct 11, 2016
2 parents ca94fc7 + 852be64 commit 89fcf66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ module.exports = {
destructuring: 'any',
ignoreReadBeforeAssign: true
}],
'react/prop-types': 0, // TODO rule is adding support for validating declared only, relook then.
'require-jsdoc': [1, { // Encourage writing comments
require: {
FunctionDeclaration: false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-appfolio-base",
"version": "0.3.1",
"version": "0.3.2",
"description": "Appfolio ESLint base config",
"main": "index.js",
"author": "Appfolio, Inc.",
Expand Down

0 comments on commit 89fcf66

Please sign in to comment.