0.1.0 • Published 6 years ago

@vectorspace/eslint-config v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@vectorspace/eslint-config

npm npm npm

Getting Started

Install @vectorspace/eslint-config using yarn:

yarn add --dev @vectorspace/eslint-config

Usage

In your .eslintrc, add the following:

"extends": "@vectorspace/eslint-config"

If you prefer to have your config in your package.json, add:

"eslintConfig": {
  "extends": "@vectorspace/eslint-config"
},