@nimblehq/eslint-config-nimble-react
This package provides ESLint React rules
Installation
npm install --save-dev @nimblehq/eslint-config-nimble-react
Usage
Standalone
Add @nimblehq/eslint-config-nimble-react
to the extends section of your .eslintrc
configuration file.
{
"extends": [
"@nimblehq/eslint-config-nimble-react"
],
"rules": {
}
}
With a framework
Similar to the process above, but usually it requires adding the extra rules for the JS framework:
{
"extends": [
"@nimblehq/eslint-config-nimble-react",
"plugin:vue/recommended"
],
"rules": {
}
}
This would require defining the required dependencies in the project itself.
License
This project is Copyright (c) 2014 and onwards Nimble. It is free software and may be redistributed under the terms specified in the LICENSE file.
About
![Nimble](https://assets.nimblehq.co/logo/dark/logo-dark-text-160.png)
This project is maintained and funded by Nimble.
We love open source and do our part in sharing our work with the community!
See our other projects or hire our team to help build your product.