1.5.0 • Published 4 years ago

@leadhome/eslint-config v1.5.0

Weekly downloads
278
License
GPL-2.0+
Repository
github
Last release
4 years ago

eslint-config-leadhome

A shareable configuration package for eslint.

Installation

To use this config, install @leadhome/eslint-config as a development dependency of your project:

npm install @leadhome/eslint-config --save-dev

Next, 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"
}

License

@leadhome/eslint-config is © 2020 Leadhome Pty Ltd. It is free software, and may be redistributed under the terms specified in the LICENSE file.

Maintained by

logo

@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.