Skip to content

Commit ed211d8

Browse files
authored
add eslintrc (#28271)
1 parent a167d8c commit ed211d8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

editor/.eslintrc.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"extends": [
3+
"../.eslintrc.json"
4+
],
5+
"parserOptions": {
6+
"sourceType": "module",
7+
"ecmaVersion": 2020
8+
}
9+
}

0 commit comments

Comments
 (0)