@newsteam/eslint
v0.0.238
Published
Collection of eslint dependencies
Readme
@newsteam/eslint
This package provides a set of dependencies that can be used to run eslint with @newsteam/eslint-config without having to do the manual peer dependency install step required if you install @newsteam/eslint-config directly.
Usage
Installation
- Install the package:
npm install --save-dev @newsteam/eslint- Add
"extends": "@newsteam"to your .eslintrc.
