Customization
Reference
Type Declarations
Plugins Renaming
Since flat config requires us to explicitly provide the plugin names (instead of the mandatory convention from npm package name), we renamed some plugins to make the overall scope more consistent and easier to write.
New Prefix | Original Prefix | Source Plugin |
---|---|---|
import/* | import-x/* | eslint-plugin-import-x |
ts/* | @typescript-eslint/* | @typescript-eslint/eslint-plugin |
style/* | @stylistic/* | @stylistic/eslint-plugin |
sorting/* | perfectionist/* | eslint-plugin-perfectionist |
- | antfu/* | eslint-plugin-antfu |
- | jsdoc/* | eslint-plugin-jsdoc |
- | unicorn/* | eslint-plugin-unicorn |
- | unused-imports/* | eslint-plugin-unused-imports |