Skip to content

Commit

Permalink
Avoid warning during linting (badges#1930)
Browse files Browse the repository at this point in the history
```
Warning: React version not specified in eslint-plugin-react settings. See https://github.com/yannickcr/eslint-plugin-react#configuration.
```
  • Loading branch information
paulmelnikow authored Aug 17, 2018
1 parent 886cde7 commit 85de601
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ extends:
- "standard-react"
- "./.eslintrc-preferred.yml"

settings:
react:
version: "16.4"

rules:
no-console: "error"

0 comments on commit 85de601

Please sign in to comment.