Registry / devops / eslint-config-code-style-lint-vue3

eslint-config-code-style-lint-vue3

JSON →
library3.1.1jsnpmunverified

Shareable ESLint configuration for Vue 3 JavaScript projects, enforcing a consistent code style. Current stable version is 3.1.1. Released as needed, with peer dependency on eslint. Configured for Vue 3 Composition API and modern JS, extending 'code-style-lint-vue3'. Used via .eslintrc extends field.

npm install eslint-config-code-style-lint-vue3
INSTALL
IMPORT
SIG · ESLINT-CONFIG-CODE
E
eslint-config-code-style-lint-vue3
devopsjavascriptv3.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Config (via .eslintrc extends)
// .eslintrc { "extends": ["code-style-lint-vue3"] }
// .eslintrc { "extends": ["eslint-config-code-style-lint-vue3"] }
The package name without 'eslint-config-' prefix is used in extends, per ESLint shareable config convention.

Install the config and dependencies, then create an .eslintrc file extending 'code-style-lint-vue3'.

// Install dependencies // npm install eslint-config-code-style-lint-vue3 eslint prettier -D // Create .eslintrc in project root: { "extends": ["code-style-lint-vue3"], "rules": {} } // Then run: npx eslint .
Debug
Known issues
gotchaMust install eslint and prettier as peer dependencies alongside this config.
fix
npm install eslint-config-code-style-lint-vue3 eslint prettier -D
affects: >=3.0
deprecatedThe package name includes 'vue3'; future Vue 3 compatible versions may drop the suffix.
fix
Watch for package rename to 'eslint-config-code-style-lint-vue'.
affects: <4.0.0
gotchaExtends string must be 'code-style-lint-vue3', not the full npm package name.
fix
Use 'code-style-lint-vue3' in the extends array.
affects: >=3.0
breakingBreaking changes between major versions may alter rule sets.
fix
Review changelog when upgrading major versions.
affects: <3.0.0
Errors
Common errors & fixes
Error: Failed to load config "code-style-lint-vue3" to extend from.
Package not installed or extends string incorrect.
fix
npm install eslint-config-code-style-lint-vue3 eslint prettier -D and use 'code-style-lint-vue3' in extends.
WARNING: You are using a shareable config that is not a direct dependency in your package.json.
Missing peer dependencies eslint or prettier.
fix
npm install eslint-config-code-style-lint-vue3 eslint prettier -D
Upgrade
Version history
3.1.1latest on npm
Audit
Dependencies
eslintrequiredCore linting engine; required peer dependency.
Agent activity
4 hits · last 30 days
node
4
Resources
eslint-config-code-style-lint-vue3 — npm install eslint-config-code-style-lint-vue3 · libregistry