
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
eslint-config-vuetify
Advanced tools
✨ An opinionated eslint config for Vuetify, crafted to keep your code clean and consistent!
# npm
npm install -D eslint-config-vuetify
# yarn
yarn add -D eslint-config-vuetify
# pnpm
pnpm install -D eslint-config-vuetify
# bun
bun install -D eslint-config-vuetify
# deno
deno install --dev eslint-config-vuetify
Update your eslint.config.js flat config to extend vuetify:
import vuetify from 'eslint-config-vuetify'
export default vuetify()
Most features are automatically detected, but you can explicitly turn them on/off or customize them
import vuetify from 'eslint-config-vuetify'
export default vuetify({
vue: true,
ts: {
preset: 'all',
},
})
You can provide additional ESLint configurations after the options object, or directly specify them for simpler use cases where the default settings work fine:
import vuetify from 'eslint-config-vuetify'
export default vuetify(
{
pnpm: false,
},
{
plugins: {
sonarjs,
},
rules: {
...sonarjs.configs.recommended.rules,
},
},
)
import vuetify from 'eslint-config-vuetify'
export default vuetify({
rules: {
'no-console': 'error',
},
})
Vuetify is an open source MIT project that has been made possible due to the generous contributions by community backers. If you are interested in supporting this project, please consider:
Copyright (c) 2016-present Vuetify LLC
This project exists and thrives thanks to all the wonderful people who contribute 😍
FAQs
eslint config for vue.js projects
The npm package eslint-config-vuetify receives a total of 16,173 weekly downloads. As such, eslint-config-vuetify popularity was classified as popular.
We found that eslint-config-vuetify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.