@nhtio/eslint-config/blocks
Variables
| Variable | Description |
|---|---|
| ignore | An ESLint Configuration for ignoring files and directories |
| json | An ESLint Configuration for JSON files |
| markdown | An ESLint Configuration for markdown documents |
| nht | An ESLint Configuration for Javascript and TypeScript files with the .js, .mjs, .ts, and .mts extensions as well as Vue & Vue + TypeScript files with the .vue extension |
| overrides | Provides overrides for the NHT ESLint configuration which fix various issues from other configuration blocks |
| plugins | An ESLint Configuration for loading eslint plugins |
| vueEssential | Rules for Error Prevention when using Vue |
| vueRecommended | Rules for Potentially Dangerous Patterns when using Vue |
| vueStronglyRecommended | Rules for Improving Readability and Code Quality when using Vue |
| vueTypescript | An ESLint Configuration for Vue + TypeScript files with the .vue extension |