@eagleoutice/eslint-config-flowr 1.0.24 → 1.0.26

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/index.js +5 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -56,8 +56,8 @@ module.exports = {
56
56
  "avoidEscape": true
57
57
  }
58
58
  ],
59
- 'jsdoc/check-alignment': 'error',
60
- 'jsdoc/check-indentation': 'error',
59
+ "jsdoc/check-alignment": "error",
60
+ "jsdoc/check-indentation": "off",
61
61
  "jsdoc/no-types": "error",
62
62
  "jsdoc/no-undefined-types": "off",
63
63
  "jsdoc/check-tag-names": "off",
@@ -67,6 +67,7 @@ module.exports = {
67
67
  "jsdoc/require-returns": "off",
68
68
  "jsdoc/require-property": "off",
69
69
  "jsdoc/require-throws": "off",
70
+ "jsdoc/require-throws-type": "off",
70
71
  "jsdoc/require-file-overview": "off",
71
72
  "jsdoc/check-param-names": ["error", {
72
73
  "checkDestructured": false,
@@ -86,6 +87,7 @@ module.exports = {
86
87
  ],
87
88
  "jsdoc/require-param-type": "off",
88
89
  "jsdoc/require-returns-type": "off",
90
+ "jsdoc/require-yields": "off",
89
91
  "@stylistic/no-mixed-spaces-and-tabs": [
90
92
  "error",
91
93
  "smart-tabs"
@@ -255,7 +257,7 @@ module.exports = {
255
257
  "error",
256
258
  {
257
259
  "considerQueryString": true,
258
- "prefer-inline": true
260
+ "prefer-inline": false
259
261
  }
260
262
  ]
261
263
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eagleoutice/eslint-config-flowr",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "description": "Linting rules for flowr and friends",
5
5
  "license": "ISC",
6
6
  "main": "index.js",