1.1.17-alpha.3 • Published 4 years ago
@mobilabsolutions/eslint-config-react v1.1.17-alpha.3
Mobilab eslint-config-react
Installation
When using an npm 5+
npx install-peerdeps --dev @mobilabsolutions/eslint-config-react
If using npm < 5
OSX/Linux
To install this package and all its peer dependencies run:
(
export PKG=@mobilabsolutions/eslint-config-react;
npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)
Windows
npm install -g install-peerdeps
install-peerdeps --dev @mobilabsolutions/eslint-config-react
Usage
Include the @mobilabsolutions/eslint-config-react
to the "extends" array in your .eslintrc.* file.\
Overrides
You can easily override specific this settings eslint-plugin-react.\ See http://eslint.org/docs/developer-guide/shareable-configs for more information.
Example
{
"rules": {
"react/jsx-uses-react": "error",
"react/jsx-uses-vars": "error"
}
}
Contributing
See how to contribute Contributors Guide
License
1.1.17-alpha.3
4 years ago
1.1.17-alpha.1
4 years ago
1.1.17-alpha.2
4 years ago
1.1.17-alpha.0
4 years ago
1.1.16
5 years ago
1.1.16-rc.7
5 years ago
1.1.16-rc.6
6 years ago
1.1.16-rc.5
6 years ago
1.1.16-rc.4
6 years ago
1.1.16-rc.1
6 years ago
1.1.16-rc.0
6 years ago
1.1.15
6 years ago
1.1.14
6 years ago
1.1.13
7 years ago
1.1.12
7 years ago
1.1.11
7 years ago
1.1.10
7 years ago
1.1.9
7 years ago
1.1.8
7 years ago
1.1.7
7 years ago
1.1.6
7 years ago
1.1.5
7 years ago
1.1.4
7 years ago
1.1.3
7 years ago
1.1.2
7 years ago