1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-09-11 23:09:27 +02:00

feat: export .oxlintrc.json (#7)

This commit is contained in:
2025-06-10 14:13:47 +02:00
committed by GitHub
parent 8953d875b5
commit 910050f30d
4 changed files with 895 additions and 1355 deletions

View File

@@ -27,7 +27,8 @@
"type": "module",
"files": [
"eslint.config.js",
"index.d.ts"
"index.d.ts",
".oxlintrc.json"
],
"publishConfig": {
"access": "public",
@@ -40,6 +41,7 @@
"lint:editorconfig": "editorconfig-checker",
"lint:eslint": "eslint . --max-warnings 0 --config eslint.config.mjs",
"lint:prettier": "prettier . --check",
"oxlint:migrate": "npx @oxlint/migrate",
"inspect": "eslint --inspect-config",
"test": "node --test",
"release": "semantic-release"
@@ -53,16 +55,18 @@
"typescript-eslint": "^8.32.0"
},
"devDependencies": {
"@types/node": "22.15.17",
"globals": "16.1.0",
"@types/node": "24.0.0",
"globals": "16.2.0",
"editorconfig-checker": "6.0.1",
"eslint": "9.26.0",
"oxlint": "1.0.0",
"@oxlint/migrate": "1.0.0",
"eslint": "9.28.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-unicorn": "59.0.1",
"eslint-plugin-import-x": "4.11.1",
"typescript-eslint": "8.32.0",
"eslint-plugin-import-x": "4.15.1",
"typescript-eslint": "8.34.0",
"prettier": "3.5.3",
"semantic-release": "24.2.3",
"semantic-release": "24.2.5",
"typescript": "5.8.3"
}
}