2.0.0 • Published 2 years ago

@ryanpromax/eslint-config v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago