ESLint shareable config for the VacuumLabs JavaScript style guide.
$ yarn add --dev eslint babel-eslint eslint-config-vacuumlabs eslint-plugin-react eslint-plugin-import
Once the eslint-config-vacuumlabs
package is installed, you can use it by specifying vacuumlabs
in the extends
section of your ESLint configuration.
{
"extends": "vacuumlabs",
"rules": {
// Additional, per-project rules...
}
}