1.0.8 • Published 11 months ago

@cuiqg/eslint-config v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@cuiqg/eslint-config

npm

Usage

Usage is based on Sharing configurations from the ESLint docs.

  1. Install package
npm i -D eslint @cuiqg/eslint-config
  1. Add the following to package.json
{
  "eslintConfig": {
    "extends": "@cuiqg"
  }
}
  1. Change package.json add following to scripts
{
  "scripts": {
    "lint" : "eslint .",
    "lint:fix": "eslint . --fix"
  }
}

Option

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

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

12 months ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

12 months ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.9

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago