2.0.0 • Published 3 years ago

@ryanpromax/eslint-config v2.0.0

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

@RyanProMax/eslint-config

npm

Usage

1. Install

npm i -D eslint @ryanpromax/eslint-config

2. Config .eslintrc

{
  "extends": [
    "@ryanpromax"
  ]
}

3. Config .eslintignore

dist
public

4. Add script for package.json

For example:

{
  "scripts": {
    "lint": "eslint \"**/*.{jsx,ts,js}\""
  }
}

5. Config VSCode auto fix

Create .vscode/settings.json

{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  }
}
1.1.0

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago