0.5.3 • Published 10 months ago

@lintest/eslint-plugin v0.5.3

Weekly downloads
6
License
ISC
Repository
github
Last release
10 months ago

ESLint Plugin for Lintest CLI

npm node types downloads license

This project was generated by Vessel. For a simple and quick reference, click here.

About

The ESLint plugin for Lintest CLI.

Installation

해당 라이브러리를 사용 할 프로젝트에서는 아래와 같이 의존성 모듈로 설치한다.

$ npm install --save @lintest/eslint-plugin
or
$ yarn add @lintest/eslint-plugin

Usage

ESLint 플러그인 옵션은 아래와 같다.

{
  "@lintest/report": [
    1, // 1=active, 0=inactive
    "progress", // all, progress, report
    10, // total report count for slowest files
    300, // reports slower than limit duration (ms)
    200, // display progress interval (ms)
    5, // display progress item counts
  ]
}

Change Log

프로젝트 변경사항은 CHANGELOG.md 파일 참조.

License

프로젝트 라이센스는 LICENSE 파일 참조.

0.5.3

10 months ago

0.5.0

10 months ago

0.5.2

10 months ago

0.5.1

10 months ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

4 years ago