🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more →
Socket
Book a DemoInstallSign in
Socket

@sap-cloud-sdk/eslint-config

Package Overview
Dependencies
Maintainers
5
Versions
1973
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-cloud-sdk/eslint-config

eslint config for the SAP Cloud SDK

latest
Source
npmnpm
Version
4.1.2
Version published
Weekly downloads
1.3K
-52.2%
Maintainers
5
Weekly downloads
 
Created
Source

SAP Cloud SDK for JavaScript Logo

@sap-cloud-sdk/eslint-config

This package contains a shareable eslint configuration based on the configuration used by the SAP Cloud SDK. It extends the eslint:recommended and @typescript-eslint/recommended rulesets. It also uses the eslint-config-prettier to avoid any formatting conflicts when using the highly recommended prettier.

How to use

To add the configuration please adjust your ESlint configuration (usually called .eslintrc or .eslintrc.js):

{
  "extends": "@sap-cloud-sdk"
}

or if you want to combine this configuration with others:

{
  "extends": ["airbnb", "@sap-cloud-sdk"]
}

This configuration depends on plugins "eslint-plugin-import" and "eslint-plugin-unused-imports", which need to be installed in your project.

ESlint merges these shareable configs with your configuration. Any rule configured in your .eslintrc.js will overwrite the setting for this rule in shareable configs.

Support

The recommended way to get in touch with us is to create an issue on GitHub. Select the issue category Bug, Feature, or Question depending on the nature of your request. We try to provide fixes, features and answers as soon as possible.

Contribute

If you would like to contribute to the SAP Cloud SDK, please make yourself familiar with our contributing guidelines and follow the given instructions.

License

The SAP Cloud SDK is released under the Apache License Version 2.0.

Keywords

eslint

FAQs

Package last updated on 18 Sep 2025

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