Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@lintest/eslint-plugin

lintest-cli228ISC0.5.3TypeScript support: included

The ESLint plugin for Lintest.

lintest, vessel, cli, eslint, eslintplugin, eslint-plugin, plugin, report, front-end

readme

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 파일 참조.

changelog

Change Log

All notable version changes would be documented in this file.

0.5.0 ~ 0.5.3

Patch version updated at 2023.07.20 ~ 2023.07.21

  • Chores
    • Update dependencies
    • Update document
    • Code formatted with Prettier.js
  • Performance Improvements: Added progressItemCount option
  • Bug Fixed: Wrong displaying progress items count

0.4.1

Patch version updated at 2021.07.31

  • Chores: Update dependencies
  • Performance Improvements: Fix(ing) to not keep output log

0.4.0

Minor version updated at 2022.05.11

  • Chores: Update dependencies
  • Performance Improvements: Clear logs before exit

0.3.1

Patch version updated at 2021.05.07

  • Chores: Update dependencies
  • Performance Improvements: The dependency stdout-update was replaced to log-update

0.3.0

Minor version updated at 2021.03.28

  • Chores: Update dependencies
  • Performance Improvements: Modified to show console messages with use of stdout-update and @mornya/cli-libs

0.2.0

Minor version updated at 2021.01.06

  • Chores: Update dependencies
  • Performance Improvements: Modified to display progress when more than one lint is in progress.

0.1.0

Minor version released at 2020.06.09