0.4.0 • Published 5 years ago

eslint-config-jelly v0.4.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago