0.0.5 • Published 3 months ago

@seserageek/eslint-config v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months 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

3 months ago

0.0.5

3 months ago

0.0.4

3 months ago

0.0.1

6 months ago