1.0.2 • Published 2 years ago

@heyjobs/eslint-config v1.0.2

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

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.