Skip to content

Commit 542fd55

Browse files
authored
release: v1.50.0 (#404)
Co-authored-by: Boshen <Boshen@users.noreply.github.com>
1 parent 8a6c492 commit 542fd55

File tree

4 files changed

+93
-91
lines changed

4 files changed

+93
-91
lines changed

integration_test/__snapshots__/eslint-plugin-oxlint.spec.ts.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ exports[`eslint-plugin-oxlint > eslint-plugin-oxlint 1`] = `
208208
"unicorn/prefer-math-trunc": "error",
209209
"unicorn/prefer-modern-dom-apis": "error",
210210
"unicorn/prefer-modern-math-apis": "error",
211+
"unicorn/prefer-module": "error",
211212
"unicorn/prefer-native-coercion-functions": "error",
212213
"unicorn/prefer-negative-index": "error",
213214
"unicorn/prefer-node-protocol": "error",
@@ -228,6 +229,7 @@ exports[`eslint-plugin-oxlint > eslint-plugin-oxlint 1`] = `
228229
"unicorn/prefer-string-starts-ends-with": "error",
229230
"unicorn/prefer-string-trim-start-end": "error",
230231
"unicorn/prefer-structured-clone": "error",
232+
"unicorn/prefer-ternary": "error",
231233
"unicorn/prefer-top-level-await": "error",
232234
"unicorn/prefer-type-error": "error",
233235
"unicorn/relative-url-style": "error",
@@ -249,10 +251,8 @@ exports[`eslint-plugin-oxlint > eslint-plugin-oxlint 1`] = `
249251
"unicorn/import-style",
250252
"unicorn/no-unnecessary-polyfills",
251253
"unicorn/prefer-export-from",
252-
"unicorn/prefer-module",
253254
"unicorn/prefer-single-call",
254255
"unicorn/prefer-switch",
255-
"unicorn/prefer-ternary",
256256
"unicorn/prevent-abbreviations",
257257
],
258258
"nursery": [
@@ -480,6 +480,7 @@ exports[`eslint-plugin-oxlint --js-plugins > eslint-plugin-oxlint--js-plugins 1`
480480
"unicorn/prefer-math-trunc": "error",
481481
"unicorn/prefer-modern-dom-apis": "error",
482482
"unicorn/prefer-modern-math-apis": "error",
483+
"unicorn/prefer-module": "error",
483484
"unicorn/prefer-native-coercion-functions": "error",
484485
"unicorn/prefer-negative-index": "error",
485486
"unicorn/prefer-node-protocol": "error",
@@ -500,6 +501,7 @@ exports[`eslint-plugin-oxlint --js-plugins > eslint-plugin-oxlint--js-plugins 1`
500501
"unicorn/prefer-string-starts-ends-with": "error",
501502
"unicorn/prefer-string-trim-start-end": "error",
502503
"unicorn/prefer-structured-clone": "error",
504+
"unicorn/prefer-ternary": "error",
503505
"unicorn/prefer-top-level-await": "error",
504506
"unicorn/prefer-type-error": "error",
505507
"unicorn/relative-url-style": "error",
@@ -521,10 +523,8 @@ exports[`eslint-plugin-oxlint --js-plugins > eslint-plugin-oxlint--js-plugins 1`
521523
"unicorn/import-style",
522524
"unicorn/no-unnecessary-polyfills",
523525
"unicorn/prefer-export-from",
524-
"unicorn/prefer-module",
525526
"unicorn/prefer-single-call",
526527
"unicorn/prefer-switch",
527-
"unicorn/prefer-ternary",
528528
"unicorn/prevent-abbreviations",
529529
],
530530
"nursery": [
@@ -752,6 +752,7 @@ exports[`eslint-plugin-oxlint --type-aware > eslint-plugin-oxlint--type-aware 1`
752752
"unicorn/prefer-math-trunc": "error",
753753
"unicorn/prefer-modern-dom-apis": "error",
754754
"unicorn/prefer-modern-math-apis": "error",
755+
"unicorn/prefer-module": "error",
755756
"unicorn/prefer-native-coercion-functions": "error",
756757
"unicorn/prefer-negative-index": "error",
757758
"unicorn/prefer-node-protocol": "error",
@@ -772,6 +773,7 @@ exports[`eslint-plugin-oxlint --type-aware > eslint-plugin-oxlint--type-aware 1`
772773
"unicorn/prefer-string-starts-ends-with": "error",
773774
"unicorn/prefer-string-trim-start-end": "error",
774775
"unicorn/prefer-structured-clone": "error",
776+
"unicorn/prefer-ternary": "error",
775777
"unicorn/prefer-top-level-await": "error",
776778
"unicorn/prefer-type-error": "error",
777779
"unicorn/relative-url-style": "error",
@@ -793,10 +795,8 @@ exports[`eslint-plugin-oxlint --type-aware > eslint-plugin-oxlint--type-aware 1`
793795
"unicorn/import-style",
794796
"unicorn/no-unnecessary-polyfills",
795797
"unicorn/prefer-export-from",
796-
"unicorn/prefer-module",
797798
"unicorn/prefer-single-call",
798799
"unicorn/prefer-switch",
799-
"unicorn/prefer-ternary",
800800
"unicorn/prevent-abbreviations",
801801
],
802802
"nursery": [
@@ -958,6 +958,7 @@ exports[`eslint-plugin-oxlint merge > eslint-plugin-oxlint--merge 1`] = `
958958
"unicorn/prefer-math-trunc": "error",
959959
"unicorn/prefer-modern-dom-apis": "error",
960960
"unicorn/prefer-modern-math-apis": "error",
961+
"unicorn/prefer-module": "error",
961962
"unicorn/prefer-native-coercion-functions": "error",
962963
"unicorn/prefer-negative-index": "error",
963964
"unicorn/prefer-node-protocol": "error",
@@ -975,6 +976,7 @@ exports[`eslint-plugin-oxlint merge > eslint-plugin-oxlint--merge 1`] = `
975976
"unicorn/prefer-string-slice": "error",
976977
"unicorn/prefer-string-trim-start-end": "error",
977978
"unicorn/prefer-structured-clone": "error",
979+
"unicorn/prefer-ternary": "error",
978980
"unicorn/prefer-top-level-await": "error",
979981
"unicorn/prefer-type-error": "error",
980982
"unicorn/relative-url-style": "error",
@@ -994,10 +996,8 @@ exports[`eslint-plugin-oxlint merge > eslint-plugin-oxlint--merge 1`] = `
994996
"unicorn/import-style",
995997
"unicorn/no-unnecessary-polyfills",
996998
"unicorn/prefer-export-from",
997-
"unicorn/prefer-module",
998999
"unicorn/prefer-single-call",
9991000
"unicorn/prefer-switch",
1000-
"unicorn/prefer-ternary",
10011001
"unicorn/prevent-abbreviations",
10021002
],
10031003
"nursery": [

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxlint/migrate",
3-
"version": "1.49.0",
3+
"version": "1.50.0",
44
"description": "Generates a `.oxlintrc.json` from a existing eslint flat config",
55
"keywords": [
66
"eslint",
@@ -81,7 +81,7 @@
8181
"lint-staged": "^16.1.2",
8282
"next": "^16.0.0",
8383
"oxfmt": "^0.34.0",
84-
"oxlint": "^1.49.0",
84+
"oxlint": "^1.50.0",
8585
"oxlint-tsgolint": "^0.14.0",
8686
"tsdown": "^0.20.0",
8787
"typescript-eslint": "^8.35.0",

0 commit comments

Comments
 (0)