Skip to content

@witheslint/preset-vue

✨ The vue preset for witheslint.

Installation

Terminal window
pnpm add -D eslint witheslint
# pnpm add -D eslint @witheslint/core @witheslint/preset-vue

Reference

eslint.config.js
import { defineConfig, presetVue } from 'witheslint'
// import { defineConfig } from '@witheslint/core'
// import { presetVue } from '@witheslint/preset-vue'
export default defineConfig({
presets: [
presetVue(),
// ...other presets
],
})

See customization for more details.