0.0.5 • Published 1 year ago

@seserageek/eslint-config v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@seserageek/eslint-config

./LICENSE

Seserageek の共通 ESLint 設定です。

利用条件

  • ESLint をインストール済みであること。

使い方

パッケージをインストールしてください。

npm install --save-dev --save-exact @seserageek/eslint-config

eslint.config.js を以下のように設定してください。

import { flatConfig } from "@seserageek/eslint-config";

export default [
  ...flatConfig,
  // your custom configs
];
0.0.3

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.1

2 years ago