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

An eslint configuration that only checks for errors.

License

Notifications You must be signed in to change notification settings

jongleberry/eslint-config-error

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
  ]
}

About

An eslint configuration that only checks for errors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published