Personal style eslint configuration.
Usage
pnpm i -D @jiakun-zhao/eslint-config
Create eslint.config.mjs
file in your project root directory, and add the following content:
import defineConfig from '@jiakun-zhao/eslint-config'
export default defineConfig()
Install VS Code ESLint
extension and create .vscode/settings.json
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.formatOnSave": false
// "prettier.enable": true,
}
MIT License © 2025-PRESENT Jiakun Zhao