File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ export default defineConfig({
132132
133133## Technical Notes
134134
135- * ** Node.js** : Requires 23 .6.0+ (v3.0+).
135+ * ** Node.js** : Requires 22 .6.0+ (v3.0+).
136136* ** TypeScript** : Incompatible with ` typescript-go ` (v7) as it does not support Language Service Plugins.
137137
138138## License
Original file line number Diff line number Diff line change 99 "release" : " npm run release:base && npm run release:vscode" ,
1010 "release:base" : " lerna publish --exact --force-publish --yes --sync-workspace-lock" ,
1111 "release:vscode" : " cd packages/vscode && npm run publish:all" ,
12- "start" : " node packages/cli/bin/tsslint.js" ,
13- "lint" : " node packages/cli/bin/tsslint.js --project {tsconfig.json,packages/*/tsconfig.json}" ,
12+ "start" : " packages/cli/bin/tsslint.js" ,
13+ "lint" : " packages/cli/bin/tsslint.js --project {tsconfig.json,packages/*/tsconfig.json}" ,
1414 "lint:fix" : " npm run lint -- --fix" ,
15- "lint:fixtures" : " node packages/cli/bin/tsslint.js --project fixtures/*/tsconfig.json --vue-project fixtures/meta-frameworks/tsconfig.json --mdx-project fixtures/meta-frameworks/tsconfig.json --astro-project fixtures/meta-frameworks/tsconfig.json --ts-macro-project fixtures/meta-frameworks/tsconfig.json"
15+ "lint:fixtures" : " packages/cli/bin/tsslint.js --project fixtures/*/tsconfig.json --vue-project fixtures/meta-frameworks/tsconfig.json --mdx-project fixtures/meta-frameworks/tsconfig.json --astro-project fixtures/meta-frameworks/tsconfig.json --ts-macro-project fixtures/meta-frameworks/tsconfig.json"
1616 },
1717 "devDependencies" : {
1818 "@lerna-lite/cli" : " latest" ,
1919 "@lerna-lite/publish" : " latest" ,
2020 "@tsslint/config" : " 3.0.0-alpha.0" ,
2121 "@types/node" : " latest" ,
22+ "@typescript-eslint/eslint-plugin" : " latest" ,
2223 "typescript" : " latest"
2324 }
2425}
Original file line number Diff line number Diff line change 1- #!/usr/bin/env node --no-warnings
1+ #!/usr/bin/env node --experimental-strip-types -- no-warnings
22require ( '../index' ) ;
Original file line number Diff line number Diff line change 33 "version" : " 3.0.0-alpha.0" ,
44 "license" : " MIT" ,
55 "engines" : {
6- "node" : " >=23 .6.0"
6+ "node" : " >=22 .6.0"
77 },
88 "files" : [
99 " **/*.js" ,
You can’t perform that action at this time.
0 commit comments