File tree Expand file tree Collapse file tree 4 files changed +9
-18
lines changed Expand file tree Collapse file tree 4 files changed +9
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : [
3
- " wojtekmaj/react-no-automatic-runtime" ,
4
- " plugin:@typescript-eslint/eslint-recommended" ,
5
- " plugin:@typescript-eslint/recommended"
6
- ],
7
- "parser" : " @typescript-eslint/parser" ,
8
- "plugins" : [" @typescript-eslint" ],
2
+ "extends" : " wojtekmaj/react-no-automatic-runtime" ,
9
3
"overrides" : [
10
4
{
11
5
"files" : [" test/**" ],
Original file line number Diff line number Diff line change 39
39
"@testing-library/jest-dom" : " ^5.15.0" ,
40
40
"@testing-library/react" : " ^13.4.0" ,
41
41
"@testing-library/user-event" : " ^14.4.0" ,
42
- "@typescript-eslint/eslint-plugin" : " ^5.41.0" ,
43
- "@typescript-eslint/parser" : " ^5.44.0" ,
44
42
"eslint" : " ^8.26.0" ,
45
- "eslint-config-wojtekmaj" : " ^0.7.1 " ,
43
+ "eslint-config-wojtekmaj" : " ^0.8.2 " ,
46
44
"husky" : " ^8.0.0" ,
47
45
"jsdom" : " ^21.1.0" ,
48
46
"prettier" : " ^2.7.0" ,
Original file line number Diff line number Diff line change 1
- // eslint-disable-next-line import/no-unresolved
2
1
import { defineConfig } from 'vitest/config' ;
3
2
4
3
export default defineConfig ( {
Original file line number Diff line number Diff line change @@ -742,10 +742,8 @@ __metadata:
742
742
" @testing-library/react " : ^13.4.0
743
743
" @testing-library/user-event " : ^14.4.0
744
744
" @types/react " : " *"
745
- " @typescript-eslint/eslint-plugin " : ^5.41.0
746
- " @typescript-eslint/parser " : ^5.44.0
747
745
eslint : ^8.26.0
748
- eslint-config-wojtekmaj : ^0.7.1
746
+ eslint-config-wojtekmaj : ^0.8.2
749
747
husky : ^8.0.0
750
748
jsdom : ^21.1.0
751
749
make-cancellable-promise : ^1.2.0
@@ -1771,17 +1769,19 @@ __metadata:
1771
1769
languageName : node
1772
1770
linkType : hard
1773
1771
1774
- " eslint-config-wojtekmaj@npm:^0.7.1 " :
1775
- version : 0.7.1
1776
- resolution : " eslint-config-wojtekmaj@npm:0.7.1 "
1772
+ " eslint-config-wojtekmaj@npm:^0.8.2 " :
1773
+ version : 0.8.2
1774
+ resolution : " eslint-config-wojtekmaj@npm:0.8.2 "
1777
1775
dependencies :
1776
+ " @typescript-eslint/eslint-plugin " : ^5.41.0
1777
+ " @typescript-eslint/parser " : ^5.44.0
1778
1778
eslint-plugin-import : ^2.25.0
1779
1779
eslint-plugin-jsx-a11y : ^6.5.0
1780
1780
eslint-plugin-react : ^7.28.0
1781
1781
eslint-plugin-react-hooks : ^4.3.0
1782
1782
peerDependencies :
1783
1783
eslint : ^7.0.0 || ^8.0.0
1784
- checksum : 1c6ffe1eae4299a3ff2c64902e0cbcf51686bc14f931281807eec2c8703af46c77c19cce2fb472d4002228b2d3c3abbc049210744175f98e49e7cc42753bbd44
1784
+ checksum : f9bf504bb3a6e4d6f4a9ca99297fdb4ffffa14c0c912fa866876dcc54ffef078bcb930b6639230e222f51ba2cadd06509858ad929b72e5662a3f3d67d126c658
1785
1785
languageName : node
1786
1786
linkType : hard
1787
1787
You can’t perform that action at this time.
0 commit comments