eslint-plugin-crisp 1.0.40 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-crisp",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "description": "Custom EsLint Rules for Crisp",
5
5
  "main": "index.js",
6
6
  "author": "Crisp IM SAS",
@@ -15,12 +15,6 @@ module.exports = {
15
15
  "plugin:vue-pug/vue3-recommended"
16
16
  ],
17
17
 
18
- settings: {
19
- "jsdoc": {
20
- "mode": "typescript"
21
- }
22
- },
23
-
24
18
  rules: {
25
19
  // General JS rules
26
20
  "no-eval": "error",
package/recommended.js CHANGED
@@ -24,12 +24,6 @@ module.exports = {
24
24
  "plugin:jsdoc/recommended"
25
25
  ],
26
26
 
27
- settings: {
28
- "jsdoc": {
29
- "mode": "typescript"
30
- }
31
- },
32
-
33
27
  rules: {
34
28
  // General JS rules
35
29
  "no-eval": "error",