This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@billogram/task-ts-lint
TypeScript icon, indicating that this package has built-in type declarations

3.1.0 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @billogram/task-ts-lint

Weekly Downloads

2

Version

3.1.0

License

MIT

Unpacked Size

10.7 kB

Total Files

8

Last publish

Collaborators

  • jamesbillo
  • oscarekholm
  • irynaziruikina
  • jmfederico
  • andreagylling
  • ewakosciukiewicz
  • miriamlarsson