1.1.0 • Published 7 years ago

eslint-config-unicorn-science v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

NPM Version Build Status Dev Dependency Status

Unicorn Science - ESLint Shareable Config

An ESLint Shareable Config.

Installation

npm install eslint-config-unicorn-science

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

Add this to your .eslintrc file:

{
  "extends": "unicorn-science"
}