Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 778 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 778 Bytes

@seserageek/eslint-config

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
];