Browse Source

updated: package

Sendya 6 years ago
parent
commit
5077398af4
2 changed files with 288 additions and 296 deletions
  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

File diff suppressed because it is too large
+ 279 - 290
yarn.lock


Some files were not shown because too many files changed in this diff