@witheslint/core
v1.23.0
Published
Core ESLint configuration foundation for witheslint
Readme
✨ Core ESLint configuration foundation for witheslint.
Usage
For the easiest setup experience, we recommend using the main witheslint package.
Included Plugins
Some plugins have been renamed to provide a more unified naming convention and a better developer experience.
| Prefix | Plugin & Parser | Description |
|-------------|--------------------------------------------------------------------------------|------------------------------------------------|
| style/* | @stylistic/eslint-plugin | Stylistic formatting rules |
| ts/* | @typescript-eslint/eslint-plugin | TypeScript-specific linting rules |
| - | @typescript-eslint/parser | Parser for TypeScript code |
| antfu/* | eslint-plugin-antfu | Opinionated lint rules from Anthony Fu |
| import/* | eslint-plugin-import-x | Enhanced import/export rule handling |
| jsdoc/* | eslint-plugin-jsdoc | Enforces rules for JSDoc comments |
| sorting/* | eslint-plugin-perfectionist | Enforces consistent sorting and organization |
| prettier/*| eslint-plugin-prettier | Integrates Prettier formatting into ESLint |
| unicorn/* | eslint-plugin-unicorn | Adds a wide set of additional best practice rules |
