@aa900031/eslint-config
v6.0.0
Published
ESLint config for @aa900031
Readme
@aa900031/eslint-config
Extends from @antfu/eslint-conifg
- Indent with tabs
- Auto detect rules: Vue, Svelte, Astro, UnoCSS, Solid, React, Angular
- Auto detect Vue version
- CLI Progress bar
Usage
Install
pnpm i -D eslint @aa900031/eslint-configCreate eslint.config.js in your project root:
import { aa900031 } from '@aa900031/eslint-config'
export default aa900031({
})Add script to package.json, It's run eslint with cache:
{
"scripts": {
"lint": "eslint . --cache --cache-location ./node_modules/.cache/eslint"
}
}Setup for your IDE:
https://github.com/antfu/eslint-config/tree/main?tab=readme-ov-file#ide-support-auto-fix-on-save
