This package has been deprecated

Author message:

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

@classi/eslint-plugin
TypeScript icon, indicating that this package has built-in type declarations

2.0.5 • Public • Published

@classi/eslint-plugin

Classi における ESLint の推奨設定をShareable Configsの仕組みに従って再利用可能にするパッケージです。

This is recommendation, nothing more.

  • これは推奨設定なので、各リポジトリでのカスタマイズを制限するものではありません。
  • 推奨設定で厳格化してほしい/緩和してほしいルールがあれば気軽に Issue または Pull Request を送ってください。

Usage

For TypeScript project (without Angular)

Install

yarn add -D @classi/eslint-plugin @typescript-eslint/eslint-plugin

.eslintrc.json:

{
  "extends": ["plugin:@classi/preset-typescript"],
  "overrides": [
    // ... 任意の設定
  ]
}

For Angular project

Install

yarn add -D @classi/eslint-plugin @typescript-eslint/eslint-plugin @angular-eslint/eslint-plugin @angular-eslint/template-parser @angular-eslint/eslint-plugin-template

.eslintrc.json:

{
  "extends": ["plugin:@classi/preset-angular"],
  "overrides": [
    // ... 任意の設定
  ]
}

Rules

WIP

Readme

Keywords

none

Package Sidebar

Install

npm i @classi/eslint-plugin

Weekly Downloads

10

Version

2.0.5

License

none

Unpacked Size

4.25 kB

Total Files

9

Last publish

Collaborators

  • classi-dev