0.1.2 • Published 3 years ago

@unnb/eslint-config v0.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

@unnb/eslint-config

@antfu/eslint-config

Install

pnpm i -D @unnb/eslint-config

Config

Create .eslintrc file in your project root directory, and add the following content:

{
    "extends": "@unnb"
}

Or add the following content to your package.json:

{
    "eslintConfig": {
        "extends": "@unnb"
    }
}

Config VS Code

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

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

3 years ago

1.0.1

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.12

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago