1.0.0 • Published 9 months ago

@celsodias12/eslint-config-javascript v1.0.0

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

Installation

Install the package and its dependencies:

npm i -D @celsodias12/eslint-config-javascript eslint-plugin-import eslint-plugin-n eslint-plugin-promise eslint-plugin-security

Configuration

In your ESLint configuration file, add the following content:

{
  "extends": [
    // ... other configs
    "@celsodias12/eslint-config-javascript"
  ]
}