@heyjobs/eslint-config
v1.0.2
Published
This package provides extensible configuration for eslint. It supports configuration for both javascript and typescript.
Downloads
4
Readme
This package provides extensible configuration for eslint. It supports configuration for both javascript and typescript.
Usage
Install the npm package as a dev dependency using the below command
npm install @heyjobs/eslint-config --dev
Extend your eslint configuration as below.
"extends": ["@heyjobs/eslint-config"]
Note: You may also have to install confusing-browser-globals
package If not installed already.
You are allowed to customize and override this configuration according to the eslint documentation. See docs for eslint.