Skip to content

Commit

Permalink
Merge pull request #9 from Automattic/add/react/no-string-refs
Browse files Browse the repository at this point in the history
Add react/no-string-refs as error
  • Loading branch information
deBhal authored and sirreal committed Dec 11, 2018
1 parent 58e6f20 commit 203f960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-wpcalypso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +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
- Added: [`react/no-string-refs`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-string-refs.md) as error

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

Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config-wpcalypso/react/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = {
'react/no-did-mount-set-state': 2,
'react/no-did-update-set-state': 2,
'react/no-is-mounted': 2,
'react/no-string-refs': 2,
'react/prefer-es6-class': 2,
'react/react-in-jsx-scope': 2
}
Expand Down

0 comments on commit 203f960

Please sign in to comment.