We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a167d8c commit ed211d8Copy full SHA for ed211d8
editor/.eslintrc.json
@@ -0,0 +1,9 @@
1
+{
2
+ "extends": [
3
+ "../.eslintrc.json"
4
+ ],
5
+ "parserOptions": {
6
+ "sourceType": "module",
7
+ "ecmaVersion": 2020
8
+ }
9
+}
0 commit comments