0.1.4 • Published 5 years ago

eslint-config-sharongrossman v0.1.4

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

BuildStatus Greenkeeper badge semantic-release

Description

ESLint shareable configuration

Installation

$ yarn add --dev eslint-config-sharongrossman

In order to use the config, you must install a couple of plugins

$ yarn add --dev eslint-plugin-unicorn eslint-plugin-lodash eslint-plugin-import

For an additional React configuration you need to install the plugin

$ yarn add --dev eslint-plugin-react

Usage

In your eslintrc.json file

  "extends": ["sharongrossman"]

React config

  "extends": ["sharongrossman/react"]

License

MIT © Sharon Grossman