Skip to content

Commit

Permalink
Merge pull request #8 from Automattic/add/redux-no-bound-selectors
Browse files Browse the repository at this point in the history
Add wpcalypso/redux-no-bound-selectors rule as error
  • Loading branch information
deBhal authored and sirreal committed Dec 5, 2018
1 parent 8b07d96 commit 5fbe898
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/eslint-config-wpcalypso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### v0.9.0 (2017-06-14)

- Added: [`wpcalypso/redux-no-bound-selectors`](https://github.com/Automattic/eslint-plugin-wpcalypso/blob/master/docs/rules/redux-no-bound-selectors.md) as error

#### v0.8.0 (2017-05-18)

- Added: [`react/no-deprecated`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-deprecated.md) as error
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config-wpcalypso/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ module.exports = {
'wpcalypso/import-docblock': 2,
'wpcalypso/jsx-gridicon-size': 2,
'wpcalypso/jsx-classname-namespace': 2,
'wpcalypso/redux-no-bound-selectors': 2,
yoda: 0
}
};
2 changes: 1 addition & 1 deletion packages/eslint-config-wpcalypso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-wpcalypso",
"version": "0.8.0",
"version": "0.9.0",
"description": "ESLint configuration following WordPress.com's Calypso JavaScript Coding Guidelines",
"keywords": [
"eslint"
Expand Down

0 comments on commit 5fbe898

Please sign in to comment.