Skip to content
This repository was archived by the owner on Apr 19, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (32 loc) · 1.4 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.4 KB

eslint-config-error

NPM version Dependency Status License Downloads

An eslint configuration that only checks for errors.

Usage

npm i --save-dev eslint-config-error

Then in your .eslintrc file:

{
  "extends": [
    "error"
  ]
}