0.1.8 • Published 1 year ago

@f5devcentral/eslint-config-f5-atg v0.1.8

Weekly downloads
2,921
License
-
Repository
-
Last release
1 year ago

eslint-config-f5-atg

This is the shared eslint config for the Automation Toolchain Group.

Consumers

Adding a new consumer

  • To consume this module, run the following command from your consuming project:
npm install --save-dev @f5devcentral/eslint-config-f5-atg
  • Next, add the following to your package.json file.
"eslintConfig": {
    "extends": "f5-atg"
}
  • Lastly, eslint dependencies are no longer directly required in your consuming project, as they are dependencies of eslint-config-f5-atg.
    "eslint": "^5.4.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.14.0",

becomes

    "eslint-config-f5-atg": "latest"

Development

When editing any part of this package, use npm link to debug before redeploying the module. To do this, run npm link from within this project. In a project that consumes this config, run npm link eslint-config-f5-atg. This creates a link to the local copy of the project rather than the published npm module.

0.1.8

1 year ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.1

5 years ago

0.1.0

5 years ago