1.0.6 • Published 9 months ago

@economic/eslint-config-e-conomic v1.0.6

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

Installation

npm install --save-dev @econ/eslint-config-e-conomic

Usage

Create an .eslintrc file in your project root, and extend eslint-config-e-conomic.

{
    "extends": "@econ/eslint-config-e-conomic"
}

Note: You need to provide the full path to extends, the shortened eslint alias of e-conomic will not work with a scoped package.