Skip to content

Commit 91a03a9

Browse files
committed
update snapshot
1 parent 586e78e commit 91a03a9

File tree

8 files changed

+553
-65
lines changed

8 files changed

+553
-65
lines changed

tests/snapshot-test/eslintrc/next/__snapshots__/snapshot.test.js.snap

-14
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
290290
"allowShortCircuit": true,
291291
"allowTaggedTemplates": true,
292292
"allowTernary": true,
293-
"enforceForJSX": false,
294293
},
295294
],
296295
"@typescript-eslint/no-unused-vars": [
@@ -406,8 +405,6 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
406405
2,
407406
{
408407
"allowImplicit": true,
409-
"allowVoid": false,
410-
"checkForEach": false,
411408
},
412409
],
413410
"arrow-body-style": [
@@ -428,8 +425,6 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
428425
0,
429426
{
430427
"ignoreDestructuring": false,
431-
"ignoreGlobals": false,
432-
"ignoreImports": false,
433428
"properties": "never",
434429
},
435430
],
@@ -452,7 +447,6 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
452447
"class-methods-use-this": [
453448
2,
454449
{
455-
"enforceForClassFields": true,
456450
"exceptMethods": [],
457451
},
458452
],
@@ -1309,7 +1303,6 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
13091303
],
13101304
"newIsCap": true,
13111305
"newIsCapExceptions": [],
1312-
"properties": true,
13131306
},
13141307
],
13151308
"no-alert": [
@@ -1464,7 +1457,6 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
14641457
{
14651458
"allow": [],
14661459
"boolean": false,
1467-
"disallowTemplateShorthand": false,
14681460
"number": true,
14691461
"string": true,
14701462
},
@@ -1994,11 +1986,6 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
19941986
"allow": [],
19951987
"allowAfterSuper": false,
19961988
"allowAfterThis": false,
1997-
"allowAfterThisConstructor": false,
1998-
"allowFunctionParams": true,
1999-
"allowInArrayDestructuring": true,
2000-
"allowInObjectDestructuring": true,
2001-
"enforceInClassFields": false,
20021989
"enforceInMethodNames": true,
20031990
},
20041991
],
@@ -2041,7 +2028,6 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
20412028
"allowShortCircuit": true,
20422029
"allowTaggedTemplates": true,
20432030
"allowTernary": true,
2044-
"enforceForJSX": false,
20452031
},
20462032
],
20472033
"no-unused-labels": [

tests/snapshot-test/eslintrc/node/__snapshots__/snapshot.test.js.snap

-14
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ exports[`should match ESLint configuration snapshot: node 1`] = `
1414
2,
1515
{
1616
"allowImplicit": true,
17-
"allowVoid": false,
18-
"checkForEach": false,
1917
},
2018
],
2119
"arrow-body-style": [
@@ -36,8 +34,6 @@ exports[`should match ESLint configuration snapshot: node 1`] = `
3634
2,
3735
{
3836
"ignoreDestructuring": false,
39-
"ignoreGlobals": false,
40-
"ignoreImports": false,
4137
"properties": "never",
4238
},
4339
],
@@ -60,7 +56,6 @@ exports[`should match ESLint configuration snapshot: node 1`] = `
6056
"class-methods-use-this": [
6157
2,
6258
{
63-
"enforceForClassFields": true,
6459
"exceptMethods": [],
6560
},
6661
],
@@ -94,7 +89,6 @@ exports[`should match ESLint configuration snapshot: node 1`] = `
9489
2,
9590
{
9691
"allowKeywords": true,
97-
"allowPattern": "",
9892
},
9993
],
10094
"eqeqeq": [
@@ -474,7 +468,6 @@ exports[`should match ESLint configuration snapshot: node 1`] = `
474468
],
475469
"newIsCap": true,
476470
"newIsCapExceptions": [],
477-
"properties": true,
478471
},
479472
],
480473
"no-alert": [
@@ -629,7 +622,6 @@ exports[`should match ESLint configuration snapshot: node 1`] = `
629622
{
630623
"allow": [],
631624
"boolean": false,
632-
"disallowTemplateShorthand": false,
633625
"number": true,
634626
"string": true,
635627
},
@@ -1153,11 +1145,6 @@ exports[`should match ESLint configuration snapshot: node 1`] = `
11531145
"allow": [],
11541146
"allowAfterSuper": false,
11551147
"allowAfterThis": false,
1156-
"allowAfterThisConstructor": false,
1157-
"allowFunctionParams": true,
1158-
"allowInArrayDestructuring": true,
1159-
"allowInObjectDestructuring": true,
1160-
"enforceInClassFields": false,
11611148
"enforceInMethodNames": true,
11621149
},
11631150
],
@@ -1200,7 +1187,6 @@ exports[`should match ESLint configuration snapshot: node 1`] = `
12001187
"allowShortCircuit": true,
12011188
"allowTaggedTemplates": true,
12021189
"allowTernary": true,
1203-
"enforceForJSX": false,
12041190
},
12051191
],
12061192
"no-unused-labels": [

tests/snapshot-test/eslintrc/react/__snapshots__/snapshot.test.js.snap

-14
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
227227
"allowShortCircuit": true,
228228
"allowTaggedTemplates": true,
229229
"allowTernary": true,
230-
"enforceForJSX": false,
231230
},
232231
],
233232
"@typescript-eslint/no-unused-vars": [
@@ -343,8 +342,6 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
343342
2,
344343
{
345344
"allowImplicit": true,
346-
"allowVoid": false,
347-
"checkForEach": false,
348345
},
349346
],
350347
"arrow-body-style": [
@@ -365,8 +362,6 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
365362
0,
366363
{
367364
"ignoreDestructuring": false,
368-
"ignoreGlobals": false,
369-
"ignoreImports": false,
370365
"properties": "never",
371366
},
372367
],
@@ -389,7 +384,6 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
389384
"class-methods-use-this": [
390385
2,
391386
{
392-
"enforceForClassFields": true,
393387
"exceptMethods": [],
394388
},
395389
],
@@ -1246,7 +1240,6 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
12461240
],
12471241
"newIsCap": true,
12481242
"newIsCapExceptions": [],
1249-
"properties": true,
12501243
},
12511244
],
12521245
"no-alert": [
@@ -1401,7 +1394,6 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
14011394
{
14021395
"allow": [],
14031396
"boolean": false,
1404-
"disallowTemplateShorthand": false,
14051397
"number": true,
14061398
"string": true,
14071399
},
@@ -1931,11 +1923,6 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
19311923
"allow": [],
19321924
"allowAfterSuper": false,
19331925
"allowAfterThis": false,
1934-
"allowAfterThisConstructor": false,
1935-
"allowFunctionParams": true,
1936-
"allowInArrayDestructuring": true,
1937-
"allowInObjectDestructuring": true,
1938-
"enforceInClassFields": false,
19391926
"enforceInMethodNames": true,
19401927
},
19411928
],
@@ -1978,7 +1965,6 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
19781965
"allowShortCircuit": true,
19791966
"allowTaggedTemplates": true,
19801967
"allowTernary": true,
1981-
"enforceForJSX": false,
19821968
},
19831969
],
19841970
"no-unused-labels": [

tests/snapshot-test/eslintrc/storybook/__snapshots__/snapshot.test.js.snap

-14
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ exports[`should match ESLint configuration snapshot: storybook 1`] = `
227227
"allowShortCircuit": true,
228228
"allowTaggedTemplates": true,
229229
"allowTernary": true,
230-
"enforceForJSX": false,
231230
},
232231
],
233232
"@typescript-eslint/no-unused-vars": [
@@ -343,8 +342,6 @@ exports[`should match ESLint configuration snapshot: storybook 1`] = `
343342
2,
344343
{
345344
"allowImplicit": true,
346-
"allowVoid": false,
347-
"checkForEach": false,
348345
},
349346
],
350347
"arrow-body-style": [
@@ -365,8 +362,6 @@ exports[`should match ESLint configuration snapshot: storybook 1`] = `
365362
0,
366363
{
367364
"ignoreDestructuring": false,
368-
"ignoreGlobals": false,
369-
"ignoreImports": false,
370365
"properties": "never",
371366
},
372367
],
@@ -389,7 +384,6 @@ exports[`should match ESLint configuration snapshot: storybook 1`] = `
389384
"class-methods-use-this": [
390385
2,
391386
{
392-
"enforceForClassFields": true,
393387
"exceptMethods": [],
394388
},
395389
],
@@ -1015,7 +1009,6 @@ exports[`should match ESLint configuration snapshot: storybook 1`] = `
10151009
],
10161010
"newIsCap": true,
10171011
"newIsCapExceptions": [],
1018-
"properties": true,
10191012
},
10201013
],
10211014
"no-alert": [
@@ -1170,7 +1163,6 @@ exports[`should match ESLint configuration snapshot: storybook 1`] = `
11701163
{
11711164
"allow": [],
11721165
"boolean": false,
1173-
"disallowTemplateShorthand": false,
11741166
"number": true,
11751167
"string": true,
11761168
},
@@ -1700,11 +1692,6 @@ exports[`should match ESLint configuration snapshot: storybook 1`] = `
17001692
"allow": [],
17011693
"allowAfterSuper": false,
17021694
"allowAfterThis": false,
1703-
"allowAfterThisConstructor": false,
1704-
"allowFunctionParams": true,
1705-
"allowInArrayDestructuring": true,
1706-
"allowInObjectDestructuring": true,
1707-
"enforceInClassFields": false,
17081695
"enforceInMethodNames": true,
17091696
},
17101697
],
@@ -1747,7 +1734,6 @@ exports[`should match ESLint configuration snapshot: storybook 1`] = `
17471734
"allowShortCircuit": true,
17481735
"allowTaggedTemplates": true,
17491736
"allowTernary": true,
1750-
"enforceForJSX": false,
17511737
},
17521738
],
17531739
"no-unused-labels": [

0 commit comments

Comments
 (0)