1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-10-09 09:43:40 +02:00

fix(oxlint): enable back import rules

Ref: https://github.com/oxc-project/oxc/pull/14049
This commit is contained in:
2025-09-25 07:58:02 +02:00
parent 5817503919
commit a13aeadda8
4 changed files with 416 additions and 276 deletions

View File

@@ -75,18 +75,18 @@
}
},
"devDependencies": {
"@types/node": "24.3.1",
"@types/node": "24.5.2",
"globals": "16.4.0",
"editorconfig-checker": "6.1.0",
"oxlint": "1.15.0",
"@oxlint/migrate": "1.15.0",
"eslint": "9.35.0",
"oxlint": "1.18.0",
"@oxlint/migrate": "1.18.0",
"eslint": "9.36.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-unicorn": "61.0.2",
"eslint-plugin-import-x": "4.16.1",
"typescript-eslint": "8.43.0",
"typescript-eslint": "8.44.1",
"prettier": "3.6.2",
"semantic-release": "24.2.8",
"semantic-release": "24.2.9",
"typescript": "5.9.2"
}
}