Explorar el Código

updated: package

Sendya hace 6 años
padre
commit
5077398af4
Se han modificado 2 ficheros con 288 adiciones y 296 borrados
  1. 9 6
      package.json
  2. 279 290
      yarn.lock

+ 9 - 6
package.json

@@ -47,13 +47,16 @@
     "rules": {
       "generator-star-spacing": "off",
       "no-mixed-operators": 0,
-      "vue/max-attributes-per-line": [2, {
-        "singleline": 5,
-        "multiline": {
-          "max": 1,
-          "allowFirstLine": false
+      "vue/max-attributes-per-line": [
+        2,
+        {
+          "singleline": 5,
+          "multiline": {
+            "max": 1,
+            "allowFirstLine": false
+          }
         }
-      }],
+      ],
       "vue/attribute-hyphenation": 0,
       "vue/html-self-closing": 0,
       "no-console": 0

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 279 - 290
yarn.lock


Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio