@adamhl8/configs 0.19.5 → 0.19.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.
@@ -102,6 +102,12 @@
102
102
  "noReactNativeRawText": "off",
103
103
  "noUntrustedLicenses": "off",
104
104
  "useAwaitThenable": "off",
105
+ "useBaseline": {
106
+ "level": "error",
107
+ "options": {
108
+ "available": "newly"
109
+ }
110
+ },
105
111
  "useExplicitReturnType": "off",
106
112
  "useExplicitType": "off",
107
113
  "useSortedClasses": {
@@ -151,7 +157,6 @@
151
157
  "noVueRefAsOperand": "error",
152
158
  "noVueVOnNumberValues": "error",
153
159
  "useArraySome": "error",
154
- "useBaseline": "error",
155
160
  "useConsistentTestIt": "error",
156
161
  "useDisposables": "error",
157
162
  "useDomNodeTextContent": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adamhl8/configs",
3
- "version": "0.19.5",
3
+ "version": "0.19.6",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",