@rebeccastevens/eslint-config 1.4.5 → 1.4.6

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/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file. Dates are displayed in UTC.
3
3
 
4
+ ## [1.4.6](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.4.5...v1.4.6) (2022-12-16)
5
+
6
+
7
+ ### Bug Fixes
8
+
9
+ * **sonarjs/max-switch-cases:** turn rule off ([ae23f89](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/ae23f89319d9068a8502110cfa93a43b11a1b238))
10
+
4
11
  ## [1.4.5](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.4.4...v1.4.5) (2022-11-17)
5
12
 
6
13
 
package/dist/modern.cjs CHANGED
@@ -990,6 +990,7 @@ const settings$1 = {
990
990
  "sonarjs/no-duplicate-string": ["error", 5],
991
991
  "sonarjs/no-small-switch": "off",
992
992
  "sonarjs/no-useless-cast": "off",
993
+ "sonarjs/max-switch-cases": "off",
993
994
  },
994
995
  };
995
996
 
package/dist/modern.mjs CHANGED
@@ -988,6 +988,7 @@ const settings$1 = {
988
988
  "sonarjs/no-duplicate-string": ["error", 5],
989
989
  "sonarjs/no-small-switch": "off",
990
990
  "sonarjs/no-useless-cast": "off",
991
+ "sonarjs/max-switch-cases": "off",
991
992
  },
992
993
  };
993
994
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebeccastevens/eslint-config",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "description": "My ESLint shareable config.",
5
5
  "keywords": [
6
6
  "eslint config"