3.1.0 • Published 3 years ago

@billogram/task-ts-lint v3.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

@billogram/task-ts-lint

Task for linting TypeScript source files using ESLint

Install

yarn add @billogram/task-ts-lint

Usage

Add the task to a task runner.

import taskTsLint from '@billogram/task-ts-lint';
import TaskRunner from '@billogram/task-runner';


const runner = new TaskRunner('build-scripts');
runner.add('ts-lint', taskTsLint({
    config: '@billogram/eslint-config-node',
}));

This will add the lint TypeScript task to the build scripts.

> build-scripts ts-lint

Note

This library is being published with our use cases in mind and is not necessarily meant to be consumed by the broader public. We probably won't take your feature requests unless they align with our own needs.

License

MIT

3.1.0

3 years ago

3.0.0

4 years ago

2.2.0

5 years ago

2.1.9

5 years ago

2.1.8

5 years ago

2.1.7

5 years ago

2.1.6

5 years ago

2.1.5

5 years ago

2.1.4

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago