eslint-config-leadhome
A shareable configuration package for eslint.
Installation
To use this config, install @leadhome/eslint-config as a development dependecy of your project:
npm install @leadhome/eslint-config --save-dev
Next, add this configuration to your package.json
:
{
"eslintConfig": {
"extends": "@leadhome/eslint-config"
}
}
Or add a .eslintrc file to your project root containing:
{
"extends": "@leadhome/eslint-config"
}
License
@leadhome/eslint-config is © 2019 Leadhome Pty Ltd.
It is free software, and may be redistributed under the terms specified in the LICENSE file.
Maintained by
@leadhome/eslint-config was created and is maintained by Leadhome Pty Ltd.
The names and logos for Leadhome are trademarks of Leadhome Pty Ltd.
PS - If you're looking for a great company to work for, we're hiring! Head over to our careers page to find out more and apply.