diff --git a/editor/.eslintrc.json b/editor/.eslintrc.json new file mode 100644 index 00000000000000..6e35abcd8ed01b --- /dev/null +++ b/editor/.eslintrc.json @@ -0,0 +1,9 @@ +{ + "extends": [ + "../.eslintrc.json" + ], + "parserOptions": { + "sourceType": "module", + "ecmaVersion": 2020 + } +} \ No newline at end of file