Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 591 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 591 Bytes

ESlint Config

My ESLint config preset

Packages

  • eslint-config: default config preset
  • eslint-plugin:
    • esnext: basic config
    • vue: vue support
    • react: react support
    • next: default config + next eslint config
    • json: parse json + package.json sort
    • yml: parse yml
    • typescript: typescript support
    • typescript-type-checking: typescript type checking

Development

# install pnpm
npm i -g pnpm

# install deps
pnpm i

# run release script
pnpm release

# lint
pnpm lint
pnpm lint:fix

License

MIT License © 2022 zyyv