Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@f5devcentral/eslint-config-f5-atg

Package Overview
Dependencies
Maintainers
19
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@f5devcentral/eslint-config-f5-atg

An eslint config for F5 Automation Toolchain projects

  • 0.1.8
  • latest
  • npm
  • Socket score

Version published
Maintainers
19
Created
Source

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.

FAQs

Package last updated on 04 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc