Skip to content

Commit

Permalink
Fixed broken package.json updated all deps and react example
Browse files Browse the repository at this point in the history
  • Loading branch information
matux committed Feb 29, 2024
1 parent f8ca10e commit 04aa540
Show file tree
Hide file tree
Showing 24 changed files with 28,984 additions and 37,707 deletions.
26 changes: 16 additions & 10 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,23 @@ plugins:
- react
- react-hooks
- testing-library
rules:
indent: [error, 2]
quotes:
- error
- single
- avoidEscape: true
allowTemplateLiterals: true
settings:
react:
version: detect
overrides:
- files:
- '**/*.mjs'
parserOptions:
babelOptions:
parserOpts:
plugins: ['importAssertions']
- files:
- '**/__tests__/**/*.[jt]s?(x)'
- '**/?(*.)+(spec|test).[jt]s?(x)'
Expand All @@ -42,13 +58,3 @@ overrides:
# For compat with jest: https://typescript-eslint.io/rules/unbound-method/
'@typescript-eslint/unbound-method': 'off'
'jest/unbound-method': 'error'
rules:
quotes:
- error
- single
- avoidEscape: true
allowTemplateLiterals: true
indent: [error, 2]
settings:
react:
version: detect
1 change: 0 additions & 1 deletion .tool-versions

This file was deleted.

Loading

0 comments on commit 04aa540

Please sign in to comment.