We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8f1f0 commit 1abb281Copy full SHA for 1abb281
.eslintrc.json
@@ -1,4 +1,5 @@
1
{
2
"env": { "node": true, "es2024": true },
3
- "extends": ["eslint:recommended"]
+ "extends": ["eslint:recommended"],
4
+ "parserOptions": { "sourceType": "module" }
5
}
0 commit comments