Browse Source

add eslintrc (#28271)

ycw 1 year ago
parent
commit
ed211d89c6
1 changed files with 9 additions and 0 deletions
  1. 9 0
      editor/.eslintrc.json

+ 9 - 0
editor/.eslintrc.json

@@ -0,0 +1,9 @@
+{
+    "extends": [
+        "../.eslintrc.json"
+    ],
+    "parserOptions": {
+        "sourceType": "module",
+        "ecmaVersion": 2020
+    }
+}