diff --git a/bin/create-eslint-config.js b/bin/create-eslint-config.js index a6cc50c..102180f 100644 --- a/bin/create-eslint-config.js +++ b/bin/create-eslint-config.js @@ -176,10 +176,19 @@ const { needsPrettier } = await prompt({ message: 'Do you need Prettier to format your code?' }) +const { needsOxlint } = await prompt({ + type: 'toggle', + disabled: 'No', + enabled: 'Yes', + name: 'needsOxlint', + message: 'Would you like to supplement ESLint with Oxlint for faster linting (experimental)?' +}) + const { pkg: pkgToExtend, files } = createConfig({ hasTypeScript, supportedScriptLangs, needsPrettier, + needsOxlint, }) // TODO: diff --git a/index.js b/index.js index e31ecc1..b453ba5 100644 --- a/index.js +++ b/index.js @@ -10,6 +10,7 @@ export default function createConfig({ hasTypeScript = false, needsPrettier = false, + needsOxlint = false, additionalConfigs = [], }) { @@ -51,6 +52,18 @@ export default function createConfig({ }) } + if (needsOxlint) { + additionalConfigs.push({ + devDependencies: pickDependencies(['oxlint', 'eslint-plugin-oxlint']), + afterVuePlugin: [ + { + importer: "import oxlint from 'eslint-plugin-oxlint'", + content: "oxlint.configs['flat/recommended'],", + }, + ], + }) + } + if (needsPrettier) { additionalConfigs.push({ devDependencies: pickDependencies([ diff --git a/package.json b/package.json index d2fdbf2..4650363 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,9 @@ "@vue/eslint-config-prettier": "^10.1.0", "@vue/eslint-config-typescript": "^14.1.3", "eslint": "^9.13.0", + "eslint-plugin-oxlint": "^0.11.0", "eslint-plugin-vue": "^9.30.0", + "oxlint": "^0.11.0", "prettier": "^3.3.3", "typescript": "~5.6.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 80fdb66..f678ff3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,9 +33,15 @@ importers: eslint: specifier: ^9.13.0 version: 9.13.0 + eslint-plugin-oxlint: + specifier: ^0.11.0 + version: 0.11.0 eslint-plugin-vue: specifier: ^9.30.0 version: 9.30.0(eslint@9.13.0) + oxlint: + specifier: ^0.11.0 + version: 0.11.0 prettier: specifier: ^3.3.3 version: 3.3.3 @@ -107,6 +113,46 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} + '@oxlint/darwin-arm64@0.11.0': + resolution: {integrity: sha512-qQ1C5yvRYECp+FP8DCOSqNX4+e72xXyApJ2O8QyIeYFuGGF2MoDVQz3NYJEOjOfArZ9YXGsELwM3UFtjTGIZVg==} + cpu: [arm64] + os: [darwin] + + '@oxlint/darwin-x64@0.11.0': + resolution: {integrity: sha512-pAqp6/6+mAIPr8WBndzmEuRbcXW8WNdn80hd8fLeR9teJI8eMpTkYL6kQIU7VjJ3NxpmzBLO7nh979/bwmmuBQ==} + cpu: [x64] + os: [darwin] + + '@oxlint/linux-arm64-gnu@0.11.0': + resolution: {integrity: sha512-RmpjCWjX0RJ1MdIcqGQsOlXh9WgXnVgVolZLCs8MHqNuYtaIA+0VOxOhJOr7CQ0HmwV+ysPTAiQ2SVSI2tVJQQ==} + cpu: [arm64] + os: [linux] + + '@oxlint/linux-arm64-musl@0.11.0': + resolution: {integrity: sha512-totBeaOeZlblKRpSZi3svVWpJjFlhxR7Xzrh3nhPTgHMM3696qjzyb80Yg0K8gAlOrIDlBblLG0JnaxvdM2yjg==} + cpu: [arm64] + os: [linux] + + '@oxlint/linux-x64-gnu@0.11.0': + resolution: {integrity: sha512-tXiJ97WH4vwTIkGMnXYPx5NqwQiYLW9MbmnGkKkm5Xv/wpAaN761PkHRJT0zsYoAgoU3nZVp3qhit9MpHq1SQg==} + cpu: [x64] + os: [linux] + + '@oxlint/linux-x64-musl@0.11.0': + resolution: {integrity: sha512-LgjgD80fiz37g31t/jMm9kyDM31WPjcTkXXXU702WQsdhujXVUZDWid9/QeVvi51EVufyyekaTYgNR8REVVZZg==} + cpu: [x64] + os: [linux] + + '@oxlint/win32-arm64@0.11.0': + resolution: {integrity: sha512-lfANFSWt0vU6x9JQYeMEy6uy8wniZGYQt0nT45P3BwXIMhAJbEC3yEX+bP5x8eTQrgkDu4dwIDURGCeeUL/NdA==} + cpu: [arm64] + os: [win32] + + '@oxlint/win32-x64@0.11.0': + resolution: {integrity: sha512-5CHtAp82xbv0jnh/HGi3QE0ANBr3+R338MA0wgZXc7477Vuri0aSK0T9oRU+K/pVloPVJaWKSDCCZoiZIYckzg==} + cpu: [x64] + os: [win32] + '@pkgr/core@0.1.1': resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} @@ -299,6 +345,9 @@ packages: peerDependencies: eslint: '>=7.0.0' + eslint-plugin-oxlint@0.11.0: + resolution: {integrity: sha512-9CHYh1eLt2Z83ShLbvj79G6lqC2qLJBfsd7baGWOwDmLM2GXu2COi1r4tMMS2OI8gfB4s2uOgS8ZiYzHhN8uzQ==} + eslint-plugin-prettier@5.2.1: resolution: {integrity: sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==} engines: {node: ^14.18.0 || >=16.0.0} @@ -478,6 +527,9 @@ packages: json-stable-stringify-without-jsonify@1.0.1: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + jsonc-parser@3.3.1: + resolution: {integrity: sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==} + keyv@4.5.4: resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} @@ -530,6 +582,11 @@ packages: resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} engines: {node: '>= 0.8.0'} + oxlint@0.11.0: + resolution: {integrity: sha512-uY6/R4k5bECwJBR+y8CqGRcUb5hxNReziBjt5+pk6DKxj46DqMd6HwEk090KnaH1czVf23r8mcEsJYGowMWeIA==} + engines: {node: '>=14.*'} + hasBin: true + p-limit@3.1.0: resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} engines: {node: '>=10'} @@ -752,6 +809,30 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 + '@oxlint/darwin-arm64@0.11.0': + optional: true + + '@oxlint/darwin-x64@0.11.0': + optional: true + + '@oxlint/linux-arm64-gnu@0.11.0': + optional: true + + '@oxlint/linux-arm64-musl@0.11.0': + optional: true + + '@oxlint/linux-x64-gnu@0.11.0': + optional: true + + '@oxlint/linux-x64-musl@0.11.0': + optional: true + + '@oxlint/win32-arm64@0.11.0': + optional: true + + '@oxlint/win32-x64@0.11.0': + optional: true + '@pkgr/core@0.1.1': {} '@types/estree@1.0.6': {} @@ -952,6 +1033,10 @@ snapshots: dependencies: eslint: 9.13.0 + eslint-plugin-oxlint@0.11.0: + dependencies: + jsonc-parser: 3.3.1 + eslint-plugin-prettier@5.2.1(eslint-config-prettier@9.1.0(eslint@9.13.0))(eslint@9.13.0)(prettier@3.3.3): dependencies: eslint: 9.13.0 @@ -1151,6 +1236,8 @@ snapshots: json-stable-stringify-without-jsonify@1.0.1: {} + jsonc-parser@3.3.1: {} + keyv@4.5.4: dependencies: json-buffer: 3.0.1 @@ -1206,6 +1293,17 @@ snapshots: type-check: 0.4.0 word-wrap: 1.2.5 + oxlint@0.11.0: + optionalDependencies: + '@oxlint/darwin-arm64': 0.11.0 + '@oxlint/darwin-x64': 0.11.0 + '@oxlint/linux-arm64-gnu': 0.11.0 + '@oxlint/linux-arm64-musl': 0.11.0 + '@oxlint/linux-x64-gnu': 0.11.0 + '@oxlint/linux-x64-musl': 0.11.0 + '@oxlint/win32-arm64': 0.11.0 + '@oxlint/win32-x64': 0.11.0 + p-limit@3.1.0: dependencies: yocto-queue: 0.1.0