1.0.3 • Published 5 years ago

eslint-plugin-detect-haiku v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

eslint-plugin-detect-haiku

俳句を禁止するプラグイン

これは クソアプリ Advent Calendar 2019の 19 日目の記事である、ビルド時に俳句を読めるプラグイン のために開発されたものです。

導入

eslint とプラグインの導入

$ yarn add -D eslint eslint-plugin-detect-haiku

設定ファイル(eslintrc など)を編集

module.exports = {
  // 中略
  plugins: ["detect-haiku"],
  rules: {
    "detect-haiku/forbid_haiku": 2
  }
};

開発

モジュールインストール

$ yarn install

実行

$ yarn run start

公開前にドライラン

$ tar -tf $(npm pack)

npm に公開

$ npm publish
1.0.2

5 years ago

1.0.1

5 years ago

1.0.3

5 years ago

1.0.0

5 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago