@sap-cloud-sdk/eslint-config 3.0.1 → 3.0.2-20230303021635.0

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/CHANGELOG.md +0 -40
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-cloud-sdk/eslint-config",
3
- "version": "3.0.1",
3
+ "version": "3.0.2-20230303021635.0",
4
4
  "description": "eslint config for the SAP Cloud SDK",
5
5
  "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
6
6
  "license": "Apache-2.0",
package/CHANGELOG.md DELETED
@@ -1,40 +0,0 @@
1
- # @sap-cloud-sdk/eslint-config
2
-
3
- ## 3.0.1
4
-
5
- ## 3.0.0
6
-
7
- ### Major Changes
8
-
9
- - fde964e37: [Compatibility Note] Switch the compilerOptions.module to `Node16` instead of `CommonJS` for better interoperability with ES modules. See the [TypeScript handbook](https://www.typescriptlang.org/docs/handbook/esm-node.html) for technical details if needed.
10
-
11
- ## 2.11.0
12
-
13
- ## 2.10.0
14
-
15
- ## 2.9.0
16
-
17
- ## 2.8.0
18
-
19
- ### Minor Changes
20
-
21
- - 15e9ef4b: [Compatibility Note] Activated the eslint rule 'check-tag-names' to allowed jsdoc tags. If you use custom tags add them via the 'definedTags' in the eslint options.
22
-
23
- ## 2.7.1
24
-
25
- ## 2.7.0
26
-
27
- ## 2.6.0
28
-
29
- ## 2.5.0
30
-
31
- ## 2.4.0
32
-
33
- ### Minor Changes
34
-
35
- - 0a008674: [Compatibility Note] Switch the following `jsdoc` related levels from `warn` to `error`:
36
- - `jsdoc/check-param-names`
37
- - `jsdoc/require-description-complete-sentence`
38
- - `jsdoc/require-jsdoc`
39
- - `jsdoc/require-param`
40
- - `jsdoc/require-returns`