Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
@sap-cloud-sdk/eslint-config
Advanced tools
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
.
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.
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.
If you would like to contribute to the SAP Cloud SDK, please make yourself familiar with our contributing guidelines and follow the given instructions.
The SAP Cloud SDK is released under the Apache License Version 2.0.
3.25.0
setBasePath()
method on the OpenAPI request builder, allowing a custom base path URL to be set for a single request. This base path is prepended to the API path parameter for that single request. (2943cd5)basePath
option in the options-per-service.json
file in the OpenAPI generator. This option prepends the base URL path to the API path parameter for every request. (2943cd5)FAQs
eslint config for the SAP Cloud SDK
We found that @sap-cloud-sdk/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.