Skip to content

stryveapp/eslint-config-stryve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The shared ESLint configuration for all Stryve packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published