Skip to content

Commit

Permalink
#49
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex authored and Alex committed Feb 26, 2022
1 parent 567da40 commit 361271f
Show file tree
Hide file tree
Showing 84 changed files with 27,239 additions and 10,384 deletions.
8 changes: 5 additions & 3 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ env:
extends:
- plugin:react-hooks/recommended
rules:
quotes: 0
quotes: [2, "single"]
no-trailing-spaces: 0
eol-last: 2
no-unused-vars: 0
no-underscore-dangle: 0
no-alert: 0
no-lone-blocks: 0
semi: [2, "never"]
indent:
- error
- tab
- 'error'
- 'tab'
- SwitchCase: 1
parserOptions:
ecmaVersion: 2020
sourceType: module
Loading

0 comments on commit 361271f

Please sign in to comment.