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

nulllines/eslint-config-n7s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-n7s

An ESLint shareable config for Null Lines projects.

Installation

Install this config package:

$ npm install --save-dev eslint-config-n7s

Usage

Add the following to your .eslintrc or eslintConfig in package.json

"extends": [
  "eslint-config-n7s"
]

For more details on shareable configs, read the shareable configs docs.

License

MIT. See LICENCE file.