@sap-cloud-sdk/eslint-config 1.53.2-20220131154431.0 → 1.54.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
<a href="https://sap.com/s4sdk"><img src="https://help.sap.com/doc/2324e9c3b28748a4ae2ad08166d77675/1.0/en-US/logo-with-js.svg" alt="SAP Cloud SDK for JavaScript Logo" height="122.92" width="226.773"/></a>
|
|
4
4
|
<!-- sap-cloud-sdk-logo-stop -->
|
|
5
5
|
|
|
6
|
+
<!-- sap-cloud-sdk-2.0-announcement -->
|
|
7
|
+
<!-- This block is inserted by scripts/replace-common-readme.ts. Do not adjust it manually. -->
|
|
8
|
+
# Version 2 Release
|
|
9
|
+
|
|
10
|
+
The SAP Cloud SDK has released version 2.
|
|
11
|
+
Check the [upgrade guide](https://sap.github.io/cloud-sdk/docs/js/guides/upgrade-to-version-2) for more details.
|
|
12
|
+
Make sure you understand our [release policy](https://sap.github.io/cloud-sdk/docs/js/release-policy).
|
|
13
|
+
<!-- sap-cloud-sdk-2.0-announcement-stop -->
|
|
14
|
+
|
|
6
15
|
# @sap-cloud-sdk/eslint-config
|
|
7
16
|
|
|
8
17
|
This package contains a shareable `eslint` configuration based on the configuration used by the SAP Cloud SDK.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-cloud-sdk/eslint-config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.54.1",
|
|
4
4
|
"description": "eslint config for the SAP Cloud SDK",
|
|
5
5
|
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"eslint-plugin-import": "^2.20.2",
|
|
33
33
|
"eslint-plugin-unused-imports": "^1.0.0"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "062ffe14e7b026fd0876eb90b7940077271fe099"
|
|
36
36
|
}
|