@eagleoutice/eslint-config-flowr 1.0.33 → 1.0.35

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 +1 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -25,8 +25,6 @@ module.exports = {
25
25
  "jsdoc",
26
26
  "check-file",
27
27
  "@stylistic",
28
- "@stylistic/js",
29
- "@stylistic/ts",
30
28
  "import"
31
29
  ],
32
30
  "rules": {
@@ -258,7 +256,7 @@ module.exports = {
258
256
  "curly": "error",
259
257
  "@stylistic/type-annotation-spacing": [
260
258
  "error",
261
- { "before": false, "after": true }
259
+ { "before": false, "after": true, "overrides": { "arrow": "ignore" } }
262
260
  ],
263
261
  "@stylistic/arrow-spacing": [
264
262
  "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eagleoutice/eslint-config-flowr",
3
- "version": "1.0.33",
3
+ "version": "1.0.35",
4
4
  "description": "Linting rules for flowr and friends",
5
5
  "license": "ISC",
6
6
  "main": "index.js",