@sap-cloud-sdk/eslint-config 3.0.0-20230228110142.0 → 3.0.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/CHANGELOG.md +38 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,38 @@
1
+ # @sap-cloud-sdk/eslint-config
2
+
3
+ ## 3.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 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.
8
+
9
+ ## 2.11.0
10
+
11
+ ## 2.10.0
12
+
13
+ ## 2.9.0
14
+
15
+ ## 2.8.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 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.
20
+
21
+ ## 2.7.1
22
+
23
+ ## 2.7.0
24
+
25
+ ## 2.6.0
26
+
27
+ ## 2.5.0
28
+
29
+ ## 2.4.0
30
+
31
+ ### Minor Changes
32
+
33
+ - 0a008674: [Compatibility Note] Switch the following `jsdoc` related levels from `warn` to `error`:
34
+ - `jsdoc/check-param-names`
35
+ - `jsdoc/require-description-complete-sentence`
36
+ - `jsdoc/require-jsdoc`
37
+ - `jsdoc/require-param`
38
+ - `jsdoc/require-returns`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-cloud-sdk/eslint-config",
3
- "version": "3.0.0-20230228110142.0",
3
+ "version": "3.0.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",