@chatondearu/eslint-config
v0.2.1
Published
My Eslint config
Downloads
24
Maintainers
Readme
eslint-config
This project is an extended version of the great elsint flat config from @antfu with some options added by default for my usage.
install
pnpm add -D @chatondearu/eslint-config --save-catalog-name dev
Usage
The usage is the same as @antfu/eslint-config
add the file eslint.config.js with to the root of your project :
import cda from '@chatondearu/eslint-config'
export default cda({
unocss: true,
// ...
})Nuxt
to use with Nuxt :
import cda from '@chatondearu/eslint-config'
import withNuxt from './.nuxt/eslint.config.mjs'
export default withNuxt(
cda(),
)License
MIT License © ChatonDeAru
