qinlaiqiao 4 лет назад
Родитель
Сommit
afdba59c93
1 измененных файлов с 11 добавлено и 10 удалено
  1. 11 10
      .eslintrc.js

+ 11 - 10
.eslintrc.js

@@ -16,16 +16,16 @@ module.exports = {
   },
   rules: {
     /* "import/extensions": [
-                        "error",
-                        "ignorePackages",
-                        {
-                          js: "never",
-                          mjs: "never",
-                          jsx: "never",
-                          ts: "never",
-                          tsx: "never",
-                        },
-                      ], */
+                            "error",
+                            "ignorePackages",
+                            {
+                              js: "never",
+                              mjs: "never",
+                              jsx: "never",
+                              ts: "never",
+                              tsx: "never",
+                            },
+                          ], */
     "import/no-unresolved": "off",
     "@typescript-eslint/no-empty-function": "off",
     "@typescript-eslint/no-explicit-any": "off",
@@ -34,6 +34,7 @@ module.exports = {
     "@typescript-eslint/no-non-null-assertion": "off",
     "import/extensions": "off",
     "vuejs-accessibility/click-events-have-key-events": "off",
+    "vuejs-accessibility/mouse-events-have-key-events": "off",
     "no-unused-expressions": [
       "error",
       {