mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
* Add eslint support with empty ruleset 1. Add base config at @definitelytyped/eslint 2. dtslint now runs this base config, or .eslintrc.json if present in a DT package. 3. No rules or anything else turned on yet. * More complete support for eslint in lint.ts More things will have to change when we get rid of tslint, though. * twiddle new package version * rename built-in eslint config to eslint-config-dtslint * add instructions to dtslint-runner README on running locally
636 B
636 B
@definitelytyped/dtslint-runner
A unification of dtslint-runner and the CI part of types-publisher.
To run locally, try:
# from DefinitelyTyped-tools root:
$ node node_modules/@definitelytyped/dtslint-runner/dist/index.js --path ~/DefinitelyTyped
# from DefinitelyTyped root:
$ node node_modules/@definitelytyped/dtslint-runner/dist/index.js --path .
# run all (from DefinitelyTyped root):
$ node node_modules/@definitelytyped/dtslint-runner/dist/index.js --path . --selection all