Skip to content

Commit

Permalink
Update dependences, Add rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuovec committed Jan 29, 2023
1 parent 103880e commit 8de5d78
Show file tree
Hide file tree
Showing 4 changed files with 1,716 additions and 1,060 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Eslint opinionated configuration for react projects, that use:

- React with hooks or are in process of refactoring to hooks
- Typescript
- React Query for data fetching
- Recoil as state management library
- Jest with Testing library for unit, integration testing and UI interaction testing

Expand Down Expand Up @@ -35,8 +36,6 @@ it is applied to all files that ends with `.test.` or `.spec.`.
## TODO

- unicorn/filename-case
- unicorn/no-null
- unicorn/no-useless-undefined
- unicorn/no-array-callback-reference -> a lot of false positives
- unicorn/prefer-node-protocol re-enable when node 16 more popular
- unicorn/prefer-module re-enable when js modules more popular
Loading

0 comments on commit 8de5d78

Please sign in to comment.