0.1.1 • Published 9 years ago
eslint-config-stryve v0.1.1
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 --devUsage
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.