1.0.4 • Published 6 years ago

eslint-config-thibmaek v1.0.4

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

eslint-config-thibmaek

personal eslint config

Installation

Install this package, and save it as a devDependency:

npm i -D eslint-config-thibmaek

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

{
  "extends": "thibmaek"
}

If you're using React in your project:

{
  "extends": "thibmaek/react"
}

License

The MIT License (MIT). Please see License File for more information. This config is a decoupled and modified fork from @duivvv eslint-config

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago