5.0.0-alpha.23 • Published 5 days ago

@d-zero/lint-staged-config v5.0.0-alpha.23

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days ago

@d-zero/lint-staged-config

個別インストール

yarn add -D @d-zero/lint-staged-config

使い方

lint-staged.config.mjsを作成し、読み込んだジェネレーター関数で設定を生成しエクスポートします。

import lintStagedConfigGenerator from '@d-zero/lint-staged-config';
export default lintStagedConfigGenerator();

拡張

プロジェクトに合わせて設定を追加します。

import lintStagedConfigGenerator, { defaultMapping } from '@d-zero/lint-staged-config';
export default lintStagedConfigGenerator(process.cwd(), {
	...defaultMapping,
	// 例: PHPファイルに対して`markuplint`、`prettier`、`cspell`を実行する
	php: ['markuplint', 'prettier', 'cspell'],
});
5.0.0-alpha.24

5 days ago

5.0.0-alpha.23

18 days ago

5.0.0-alpha.22

1 month ago

5.0.0-alpha.21

1 month ago

5.0.0-alpha.19

2 months ago

5.0.0-alpha.20

2 months ago

5.0.0-alpha.17

2 months ago

5.0.0-alpha.18

2 months ago

5.0.0-alpha.16

2 months ago

5.0.0-alpha.15

2 months ago

5.0.0-alpha.14

2 months ago

5.0.0-alpha.13

2 months ago

5.0.0-alpha.12

2 months ago

5.0.0-alpha.11

2 months ago

5.0.0-alpha.9

3 months ago

5.0.0-alpha.8

3 months ago

5.0.0-alpha.10

3 months ago

5.0.0-alpha.7

3 months ago

5.0.0-alpha.6

3 months ago

5.0.0-alpha.5

3 months ago

5.0.0-alpha.4

3 months ago

5.0.0-alpha.3

3 months ago

5.0.0-alpha.2

4 months ago

5.0.0-dev.90

5 months ago

5.0.0-dev.91

5 months ago

5.0.0-dev.92

5 months ago

5.0.0-dev.93

5 months ago

5.0.0-dev.89

5 months ago

5.0.0-alpha.1

5 months ago

5.0.0-dev.86

5 months ago

5.0.0-dev.83

5 months ago

5.0.0-dev.84

5 months ago

5.0.0-dev.85

5 months ago

5.0.0-dev.66

9 months ago

5.0.0-dev.73

8 months ago

5.0.0-dev.58

1 year ago

5.0.0-dev.56

1 year ago

5.0.0-dev.53

1 year ago

5.0.0-dev.50

1 year ago

5.0.0-dev.35

1 year ago

5.0.0-dev.34

1 year ago