1.1.1 • Published 4 years ago

@hintwall/eslint-config-react v1.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

@hintwall/eslint-config-react

Shareable eslint config with react support

npm version badge npm license badge semantic-release badge

Usage

Install package:

$ npm install --save-dev eslint @hintwall/eslint-config-react

Extend your config file:

// .eslintrc.js
module.exports = {
  extends: ['@hintwall/eslint-config-react'],
}

License

See LICENSE file for details.