1.0.1 • Published 5 years ago

eslint-config-myweekinjs v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

eslint-config-myweekinjs

This package is used in all future hackaton projects for #myweekinjs.

Usage

npm install --dev eslint-config-myweekinjs

OR

yarn add --dev eslint-config-myweekinjs

In your .eslintrc file extend the config options

{
  extends: ["myweekinjs"]
}