0.1.2 • Published 1 year ago

@unnb/eslint-config v0.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.1

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.12

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago