You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@adobe/eslint-config-asset-compute

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

@adobe/eslint-config-asset-compute

Adobe Asset Compute - Shared Eslint Configuration


Version published
Maintainers
19
Created

Readme

Source

Version

eslint-config-asset-compute

Shared ESlint configuration for Nodejs projects related to the Adobe Asset Compute service

This is set up as a shareable config in the adobe scope as described here

Adding Shared ESlint Config to Adobe Asset Compute Repositories

  1. Install the Asset Compute eslint config:

npm install @adobe/eslint-config-asset-compute --save-dev

  1. Create or edit the .eslintrc.js file inside the action and add @adobe/eslint-config-asset-compute as an extension:
module.exports = {
    "extends": "@adobe/eslint-config-asset-compute",
};
  1. Add any other specific rules needed for the action to the config file.
  2. For any Mocha tests, add the following below the copyright notice: /* eslint-env mocha */
  3. Run npx eslint ./

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

FAQs

Package last updated on 01 Oct 2021

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc