eslint-config-sharongrossman
v0.1.4
Published
ESLint config
Maintainers
Readme
Description
ESLint shareable configuration
Installation
$ yarn add --dev eslint-config-sharongrossmanIn order to use the config, you must install a couple of plugins
$ yarn add --dev eslint-plugin-unicorn eslint-plugin-lodash eslint-plugin-importFor an additional React configuration you need to install the plugin
$ yarn add --dev eslint-plugin-reactUsage
In your eslintrc.json file
"extends": ["sharongrossman"]React config
"extends": ["sharongrossman/react"]