Skip to content

Commit

Permalink
chore: specify React version for eslint-plugin-react (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
dferber90 committed Oct 17, 2018
1 parent 4af2bcd commit cd5b530
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.yaml
Expand Up @@ -36,7 +36,10 @@ settings:
# tests can do `import { render, fireEvent }` from '../test-utils'`.
# Because we export the whole namespace, the `import/ignore` rule can't find
# the named exports. So we disable the rule for imports of that file.
- test-utils.js
- test-utils.js
react:
pragma: React
version: detect

rules:
'class-methods-use-this':
Expand Down

0 comments on commit cd5b530

Please sign in to comment.