0.1.1 • Published 7 years ago

eslint-config-stryve v0.1.1

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

eslint-config-stryve

The shared ESLint configuration for all Stryve projects.

Installation

npm install eslint-config-stryve --save-dev
# OR
yarn add eslint-config-stryve --dev

Usage

Inside your .eslintrc.js file, simply add the extends property like below:

module.exports = {
  extends: 'stryve',
}

License

This project is distributed under the MIT license.