8.0.3 • Published 3 months ago

@pandell/eslint-config v8.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@pandell/eslint-config

Shared ESLint config for Pandell engineering teams.

Usage

Add the following to your package.json:

{
  "eslintConfig": {
      "extends": [ "@pandell/eslint-config" ]
  }
}

For more details and options for configuration, see the ESLint documentation.