Skip to content

jiakun-zhao/eslint-config

Repository files navigation

@jiakun-zhao/eslint-config

NPM Version NPM Version

Personal style eslint configuration.

Usage

Install

pnpm i -D @jiakun-zhao/eslint-config

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()

VS Code

Install VS Code ESLint extension and create .vscode/settings.json

{
    "editor.codeActionsOnSave": {
        "source.fixAll.eslint": true
    },
    "editor.formatOnSave": false
    // "prettier.enable": true,
}

LICENSE

MIT License © 2025-PRESENT Jiakun Zhao

About

Jiakun Zhao's ESLint config.

Resources

License

Stars

Watchers

Forks

Languages