Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
update .eslintrc.yml - add settings:react:version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsable committed Jul 5, 2022
1 parent b9d3c04 commit d51cfad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ parserOptions:
plugins:
- react
- '@typescript-eslint'
settings:
react:
version: detect
rules:
indent:
- error
Expand Down

1 comment on commit d51cfad

@ghsable
Copy link
Owner Author

@ghsable ghsable commented on d51cfad Jul 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning: React version not specified in eslint-plugin-react settings. #1955

Please sign in to comment.