Rawr hace 5 años
padre
commit
8eb4096117
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      package.json

+ 5 - 1
package.json

@@ -41,7 +41,11 @@
         {
           "SwitchCase": 1
         }
-      ]
+      ],
+      "prefer-const": ["error", {
+        "destructuring": "any",
+        "ignoreReadBeforeAssign": false
+      }]
     }
   },
   "scripts": {

粤ICP备19079148号