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 98411af commit 3385b32Copy full SHA for 3385b32
eslint.config.js
@@ -0,0 +1,10 @@
1
+export default [
2
+ {
3
+ files: ["**/*.js"],
4
+ rules: {
5
+ languageOptions: {
6
+ sourceType: "commonjs"
7
+ }
8
9
10
+];
0 commit comments