@witheslint/preset-vue
✨ The vue preset for witheslint.
Installation
pnpm add -D eslint witheslint# pnpm add -D eslint @witheslint/core @witheslint/preset-vue
yarn add -D eslint witheslint# yarn add -D eslint @witheslint/core @witheslint/preset-vue
npm install -D eslint witheslint# npm install -D eslint @witheslint/core @witheslint/preset-vue
Reference
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.