Skip to content

Commit

Permalink
chore(deps): update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Dec 2, 2024
1 parent 46d5f18 commit 7010d11
Showing 1 changed file with 37 additions and 10 deletions.
47 changes: 37 additions & 10 deletions src/__snapshots__/configs.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ exports[`contains all the oxlint rules 1`] = `
0,
{
"allow": [],
"int32Hint": false,
},
],
"no-caller": [
Expand Down Expand Up @@ -671,7 +672,9 @@ exports[`contains all the oxlint rules 1`] = `
],
"no-duplicate-imports": [
0,
{},
{
"includeExports": false,
},
],
"no-else-return": [
0,
Expand All @@ -696,7 +699,9 @@ exports[`contains all the oxlint rules 1`] = `
],
"no-empty-pattern": [
0,
{},
{
"allowObjectPatternsAsParameters": false,
},
],
"no-empty-static-block": [
0,
Expand All @@ -706,7 +711,9 @@ exports[`contains all the oxlint rules 1`] = `
],
"no-eval": [
0,
{},
{
"allowIndirect": false,
},
],
"no-ex-assign": [
0,
Expand Down Expand Up @@ -743,6 +750,9 @@ exports[`contains all the oxlint rules 1`] = `
"no-inner-declarations": [
0,
"functions",
{
"blockScopedFunctions": "allow",
},
],
"no-invalid-regexp": [
0,
Expand Down Expand Up @@ -796,7 +806,9 @@ exports[`contains all the oxlint rules 1`] = `
],
"no-plusplus": [
0,
{},
{
"allowForLoopAfterthoughts": false,
},
],
"no-proto": [
0,
Expand Down Expand Up @@ -864,11 +876,15 @@ exports[`contains all the oxlint rules 1`] = `
],
"no-unsafe-negation": [
0,
{},
{
"enforceForOrderingRelations": false,
},
],
"no-unsafe-optional-chaining": [
0,
{},
{
"disallowArithmeticOperators": false,
},
],
"no-unused-labels": [
0,
Expand All @@ -893,14 +909,20 @@ exports[`contains all the oxlint rules 1`] = `
],
"no-useless-rename": [
0,
{},
{
"ignoreDestructuring": false,
"ignoreExport": false,
"ignoreImport": false,
},
],
"no-var": [
0,
],
"no-void": [
0,
{},
{
"allowAsStatement": false,
},
],
"no-with": [
0,
Expand Down Expand Up @@ -1086,13 +1108,16 @@ exports[`contains all the oxlint rules 1`] = `
{
"allowLineSeparatedGroups": false,
"caseSensitive": true,
"ignoreComputedKeys": false,
"minKeys": 2,
"natural": false,
},
],
"sort-vars": [
0,
{},
{
"ignoreCase": false,
},
],
"symbol-description": [
0,
Expand Down Expand Up @@ -1383,7 +1408,9 @@ exports[`contains all the oxlint rules 1`] = `
],
"valid-typeof": [
0,
{},
{
"requireStringLiterals": false,
},
],
"vitest/no-conditional-tests": [
0,
Expand Down

0 comments on commit 7010d11

Please sign in to comment.