eslint-plugin-crisp 1.0.39 → 1.0.41

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.
@@ -16,7 +16,7 @@ jobs:
16
16
  - name: Install NodeJS
17
17
  uses: actions/setup-node@v1
18
18
  with:
19
- node-version: 16.x
19
+ node-version: 20.x
20
20
  registry-url: https://registry.npmjs.org
21
21
 
22
22
  - name: Verify versions
@@ -25,4 +25,4 @@ jobs:
25
25
  - name: Release package
26
26
  run: npm publish --ignore-scripts
27
27
  env:
28
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-crisp",
3
- "version": "1.0.39",
3
+ "version": "1.0.41",
4
4
  "description": "Custom EsLint Rules for Crisp",
5
5
  "main": "index.js",
6
6
  "author": "Crisp IM SAS",
package/recommended.js CHANGED
@@ -107,6 +107,7 @@ module.exports = {
107
107
  ],
108
108
 
109
109
  // JSDoc rules
110
+ "jsdoc/no-undefined-types" : "off",
110
111
  "jsdoc/require-param-description": "off",
111
112
  "jsdoc/newline-after-description": "off",
112
113
  "jsdoc/require-jsdoc": [