Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@kurone-kito/lint-staged-config

kurone-kito3.4kMIT0.21.0

My lint-staged configuration for general projects

config, cspell, eslint, lint-staged, prettier

readme

@kurone-kito/lint-staged-config

My lint-staged configuration for any projects

Usage

Install this package and its peer dependencies:

npm install --save-dev \
  @kurone-kito/lint-staged-config \
  cspell \
  lint-staged

Then, create a .lintstagedrc.mjs file. If exists, merge the following configuration into it:

export { default } from '@kurone-kito/lint-staged-config';

License

MIT