Skip to content

Commit

Permalink
release: v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Nov 26, 2024
1 parent 5916a55 commit f2fc251
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/__snapshots__/configs.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,10 @@ exports[`contains all the oxlint rules 1`] = `
"no-duplicate-case": [
0,
],
"no-duplicate-imports": [
0,
{},
],
"no-else-return": [
0,
{
Expand Down
1 change: 1 addition & 0 deletions src/generated/rules-by-category.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ const styleRules = {
'guard-for-in': 'off',
'max-params': 'off',
'no-continue': 'off',
'no-duplicate-imports': 'off',
'no-label-var': 'off',
'no-magic-numbers': 'off',
'no-multi-str': 'off',
Expand Down
1 change: 1 addition & 0 deletions src/generated/rules-by-scope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const eslintRules = {
'no-dupe-else-if': 'off',
'no-dupe-keys': 'off',
'no-duplicate-case': 'off',
'no-duplicate-imports': 'off',
'no-else-return': 'off',
'no-empty': 'off',
'no-empty-character-class': 'off',
Expand Down

0 comments on commit f2fc251

Please sign in to comment.