@dvukovic/style-guide 0.3.114 → 0.3.116

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvukovic/style-guide",
3
- "version": "0.3.114",
3
+ "version": "0.3.116",
4
4
  "description": "My own style guide",
5
5
  "repository": {
6
6
  "type": "git",
@@ -137,3 +137,6 @@ spreadsheetml
137
137
  pageleave
138
138
  autocapture
139
139
  opensearchservice
140
+ nuqs
141
+ volta
142
+ timeslot
@@ -70,7 +70,6 @@ export const eslint = {
70
70
  "no-extra-bind": "error",
71
71
  "no-extra-boolean-cast": "error",
72
72
  "no-extra-label": "error",
73
- "no-fallthrough": "error",
74
73
  "no-global-assign": "error",
75
74
  "no-implicit-coercion": "error",
76
75
  "no-implied-eval": "error",
@@ -109,7 +109,6 @@ export const sonarjs = {
109
109
  "sonarjs/no-equals-in-for-termination": "error",
110
110
  "sonarjs/no-exclusive-tests": "error",
111
111
  "sonarjs/no-extra-arguments": "error",
112
- "sonarjs/no-fallthrough": "error",
113
112
  "sonarjs/no-for-in-iterable": "error",
114
113
  "sonarjs/no-function-declaration-in-block": "error",
115
114
  "sonarjs/no-global-this": "error",