ESLint configuration preset for Vue 3 + TypeScript projects enforcing a consistent code style. Current stable version is 3.1.1, released on an irregular cadence. Key differentiators include a bundled opinionated style rule set tailored specifically for Vue 3 Composition API and TypeScript, reducing boilerplate. The package has peer dependencies on eslint and typescript.
npm install eslint-config-code-style-lint-vue3-tsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to set up an ESLint config file for a Vue 3 + TypeScript project using this preset.
Use 'extends: ["code-style-lint-vue3-ts"]' not 'extends: ["eslint-config-code-style-lint-vue3-ts"]'.
Run 'npm install eslint-config-code-style-lint-vue3-ts eslint prettier -D'.
Add 'parserOptions: { parser: '@typescript-eslint/parser' }' to your ESLint config.