1.0.0 • Published 6 years ago

eslint-config-schauwem v1.0.0

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

eslint-config-schauwem

:wrench: This is my personal eslint configuration.

Installation

Install this package and save it as a devDependency:

yarn add eslint-config-schauwem --dev

or via npm if you swing that way:

npm i -D eslint-config-schauwem

Then have your project's .eslintrc file extend the ruleset.

{
  "extends": "schauwem"
}

If you're using React in your project:

{
  "extends": "schauwem/react"
}

License

The MIT License (MIT). Please see License File for more information. This configuration is a stand-alone modified fork from @devinehowest eslint-devine