Files
DefinitelyTyped-tools/packages/dtslint-runner/README.md
Nathan Shively-Sanders b0f4669783 Add eslint support with empty ruleset (#482)
* 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
2022-06-21 09:14:28 -07:00

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