@eagleoutice/eslint-config-flowr 1.0.35 → 1.0.37

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 +7 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -273,6 +273,13 @@ module.exports = {
273
273
  "considerQueryString": true,
274
274
  "prefer-inline": false
275
275
  }
276
+ ],
277
+ "@typescript-eslint/no-invalid-void-type": [
278
+ "error",
279
+ {
280
+ "allowInGenericTypeArguments": true,
281
+ "allowAsThisParameter": true
282
+ }
276
283
  ]
277
284
  }
278
285
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eagleoutice/eslint-config-flowr",
3
- "version": "1.0.35",
3
+ "version": "1.0.37",
4
4
  "description": "Linting rules for flowr and friends",
5
5
  "license": "ISC",
6
6
  "main": "index.js",