@adamhl8/configs 0.19.0 → 0.19.1

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.
@@ -239,6 +239,13 @@
239
239
  "noIncrementDecrement": "off",
240
240
  "noSyncScripts": "off",
241
241
  "noTernary": "off",
242
+ "noUnknownAttribute": {
243
+ "level": "error",
244
+ "options": {
245
+ "ignore": ["class", "class:list"]
246
+ }
247
+ },
248
+ "noUntrustedLicenses": "off",
242
249
  "noVueVIfWithVFor": "off",
243
250
  "useAwaitThenable": "off",
244
251
  "useExplicitReturnType": "off",
@@ -317,11 +324,9 @@
317
324
  "noShadow": "error",
318
325
  "noTopLevelLiterals": "error",
319
326
  "noUndeclaredEnvVars": "error",
320
- "noUnknownAttribute": "error",
321
327
  "noUnnecessaryConditions": "error",
322
328
  "noUnnecessaryTemplateExpression": "error",
323
329
  "noUnsafePlusOperands": "error",
324
- "noUntrustedLicenses": "error",
325
330
  "noUselessReturn": "error",
326
331
  "noUselessTypeConversion": "error",
327
332
  "noVueArrowFuncInWatch": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adamhl8/configs",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",