@sap-cloud-sdk/eslint-config 2.3.1-20220520101705.0 → 2.4.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 +8 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,12 @@
1
1
  # @sap-cloud-sdk/eslint-config
2
2
 
3
- ## 2.3.1-20220520101705.0
3
+ ## 2.4.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
- - Canary release
7
+ - 0a008674: [Compatibility Note] Switch the following `jsdoc` related levels from `warn` to `error`:
8
+ - `jsdoc/check-param-names`
9
+ - `jsdoc/require-description-complete-sentence`
10
+ - `jsdoc/require-jsdoc`
11
+ - `jsdoc/require-param`
12
+ - `jsdoc/require-returns`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-cloud-sdk/eslint-config",
3
- "version": "2.3.1-20220520101705.0",
3
+ "version": "2.4.0",
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",