Skip to content

Commit

Permalink
release: v0.15.6 (#299)
Browse files Browse the repository at this point in the history
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action

Co-authored-by: Boshen <[email protected]>
  • Loading branch information
oxc-bot and Boshen authored Jan 13, 2025
1 parent 6aac001 commit 00045dd
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 39 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-oxlint",
"version": "0.15.5",
"version": "0.15.6",
"description": "Turn off all rules already supported by oxlint",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -65,7 +65,7 @@
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"memfs": "^4.14.0",
"oxlint": "^0.15.5",
"oxlint": "^0.15.6",
"prettier": "^3.3.3",
"scule": "^1.3.0",
"shelljs": "^0.8.5",
Expand Down
74 changes: 37 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/__snapshots__/configs.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,9 @@ exports[`contains all the oxlint rules 1`] = `
"allowSwitch": false,
},
],
"no-lone-blocks": [
0,
],
"no-loss-of-precision": [
0,
],
Expand Down Expand Up @@ -1425,6 +1428,9 @@ exports[`contains all the oxlint rules 1`] = `
"unicorn/prefer-set-size": [
0,
],
"unicorn/prefer-spread": [
0,
],
"unicorn/prefer-string-raw": [
0,
],
Expand Down
2 changes: 2 additions & 0 deletions src/generated/rules-by-category.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ const styleRules = {
'no-multi-assign': 'off',
'no-nested-ternary': 'off',
'no-labels': 'off',
'no-lone-blocks': 'off',
'no-duplicate-imports': 'off',
'no-continue': 'off',
'no-label-var': 'off',
Expand Down Expand Up @@ -246,6 +247,7 @@ const styleRules = {
'unicorn/no-zero-fractions': 'off',
'unicorn/number-literal-case': 'off',
'unicorn/numeric-separators-style': 'off',
'unicorn/prefer-spread': 'off',
'unicorn/prefer-array-flat-map': 'off',
'unicorn/prefer-dom-node-text-content': 'off',
'unicorn/prefer-includes': 'off',
Expand Down
2 changes: 2 additions & 0 deletions src/generated/rules-by-scope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const eslintRules = {
'no-multi-assign': 'off',
'no-nested-ternary': 'off',
'no-labels': 'off',
'no-lone-blocks': 'off',
'no-object-constructor': 'off',
'no-duplicate-imports': 'off',
'no-alert': 'off',
Expand Down Expand Up @@ -439,6 +440,7 @@ const unicornRules = {
'unicorn/no-zero-fractions': 'off',
'unicorn/number-literal-case': 'off',
'unicorn/numeric-separators-style': 'off',
'unicorn/prefer-spread': 'off',
'unicorn/prefer-add-event-listener': 'off',
'unicorn/prefer-array-flat': 'off',
'unicorn/prefer-array-flat-map': 'off',
Expand Down

0 comments on commit 00045dd

Please sign in to comment.