A shareable configuration package for eslint.
To use this config, install @leadhome/eslint-config as a development dependency of your project:
npm install @leadhome/eslint-config --save-devNext, add this configuration to your package.json:
{
    "eslintConfig": {
        "extends": "@leadhome/eslint-config"
    },
    "prettier": "@leadhome/eslint-config/.prettierrc.json"
}Or add a .eslintrc file to your project root containing:
{
    "extends": "@leadhome/eslint-config"
}Then, add the following to your package.json:
{
  "prettier": "@leadhome/eslint-config/.prettierrc.json"
}@leadhome/eslint-config is © 2020 Leadhome Pty Ltd. It is free software, and may be redistributed under the terms specified in the LICENSE file.
@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.
