0.4.0 • Published 6 years ago
eslint-config-jelly v0.4.0
An ESLint Shareable Config
ESLint configuration file containign rules for React and Prettier.
Install
This package depends on modules defined in peer dependencies section of package.json.
Use this command to list them: npm info "eslint-config-jelly" peerDependencies.
If you're using npm 5+ type: npx install-peerdeps --dev eslint-config-jelly.
Usage
After completing Installation section you can use this config by specifying jelly in the extends section of your ESLint configuration.
{
  "extends": "jelly",
  "rules": {
    // Additional, per-project rules...
  }
}Prettier in VSCode
In case you'd be interested in Prettier integration in VSCode just add this line in settings.json:
"prettier.eslintIntegration": true
License
MIT © Hubert Siwkin