Skip to content

Commit

Permalink
Merge pull request #71 from nickovchinnikov/nick/eslintFix
Browse files Browse the repository at this point in the history
Nick/eslint fix
  • Loading branch information
nickovchinnikov authored Feb 9, 2022
2 parents c829463 + 56d2b29 commit 5bfd1ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ module.exports = {
},
},
],
settings: {
react: {
version: 'detect',
},
},
};
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
### Add script lint + eslint-plugin-storybook
[Pull request 2](https://github.com/nickovchinnikov/minesweeper/pull/68)

### Add to eslintrc React version
[Pull request 3](https://github.com/nickovchinnikov/minesweeper/pull/71)

## Section: Typescript recap

### Typescript basic
Expand Down

0 comments on commit 5bfd1ee

Please sign in to comment.