@erwanjugand/eslint-config
v2.2.0
Published
Eslint preset for JS or Vue projects.
Readme
@erwanjugand/eslint-config
Eslint preset for JS or Vue projects.
Installation
npm install -D @erwanjugand/eslint-config
yarn add -D @erwanjugand/eslint-config
pnpm add -D @erwanjugand/eslint-config
bun add -D @erwanjugand/eslint-configUsage
Create an eslint.config.js file and import the preset you need.
Base preset
import base from '@erwanjugand/eslint-config'
export default baseVue preset
import vue from '@erwanjugand/eslint-config/vue'
export default vue