eslint-config-sc-all
v0.2.0
Published
Strict Check config for eslint
Downloads
3,660
Maintainers
Readme
eslint-config-sc-all
- Strict Check config for eslint.
- Use different config of sc series.
How to use
Installation
$ pnpm add -D eslint-config-sc-all// eslint.config.mjs
import eslintConfigSCAll from "eslint-config-sc-all"
export default [
eslintConfigSCAll.getConfigs("typescript", ["react", "next", "jest", "storybook"]),
].flat()Arguments
- First (required) - string
javascript|typescript
- Second (optional) - string array
jestnextreactstorybook
Attention
- It varies the dependencies by arguments.
License
- MIT
- This includes the work that is distributed in the Apache License 2.0.
