@brucesong/eslint-config-basic

1.0.15 • Public • Published

@brucesong/eslint-config-basic

Features

  • [x] Based on Airbnb JavaScript Style
  • [x] importexport auto sort
  • [x] Resolving conflicts between ESLint and Prettier

Usage

Install

pnpm add -D eslint @brucesong/eslint-config-basic

Config .eslintrc.json

{
  "extends": "@brucesong/eslint-config-basic"
}

Add script for package.json

{
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  }
}

Config VSCode auto fix

{
  "editor.codeActionsOnSave": {
    "source.fixAll": false,
    "source.fixAll.eslint": true,
    "source.organizeImports": false
  }
}

License

MIT License © 2023 Bruce Song

Package Sidebar

Install

npm i @brucesong/eslint-config-basic

Weekly Downloads

0

Version

1.0.15

License

MIT

Unpacked Size

6.3 kB

Total Files

5

Last publish

Collaborators

  • brucesong