@open-turo/eslint-config 5.0.18 → 6.0.0

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.
@@ -0,0 +1,3 @@
1
+ # Breaking changes in v6
2
+
3
+ - Upgrades `eslint-plugin-sonarjs` from `2.0.3` to `2.0.4`, which touches 4236 files in their repo. Their 2.0.0 follow-up releases appear to not follow SemVer. May cause lots of new errors
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "eslint-plugin-node": "11.1.0",
11
11
  "eslint-plugin-prettier": "5.2.1",
12
12
  "eslint-plugin-simple-import-sort": "12.1.1",
13
- "eslint-plugin-sonarjs": "2.0.3",
13
+ "eslint-plugin-sonarjs": "2.0.4",
14
14
  "eslint-plugin-sort-destructure-keys": "2.0.0",
15
15
  "eslint-plugin-unicorn": "56.0.0"
16
16
  },
@@ -39,5 +39,5 @@
39
39
  "lint": "echo noop",
40
40
  "test": "jest test.js"
41
41
  },
42
- "version": "5.0.18"
42
+ "version": "6.0.0"
43
43
  }