@laioutr/eslint-config
v1.8.8
Published
Laioutr ESLint config
Readme
Laioutr ESLint Config
ESLint config for Laioutr projects.
See laioutr.com for more information about Laioutr.
Installation
pnpm add -D @laioutr/eslint-configQuick Setup
This package exports the following configs:
@laioutr/eslint-config- The default config for Laioutr projects without any framework specific rules. Also re-exports thedefineConfigfunction fromeslint/configasextendConfigfor type-safe extension.@laioutr/eslint-config/nuxt-app- The config for Nuxt apps.@laioutr/eslint-config/nuxt-module- The config for Nuxt modules and Laioutr App packages.@laioutr/eslint-config/next- The config for Next.js apps.@laioutr/eslint-config/oclif- The config for Oclif apps.
Publishing
To publish a new version, run pnpm release. This will:
- Update the changelog
- Publish the package to npmjs.org
- Push the changes to the repository
