Skip to content

Commit 7ffb81b

Browse files
committed
.eslintrc.json: add comment
1 parent b4c3bdb commit 7ffb81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"mw": "readonly"
1212
},
1313
"parserOptions": {
14-
"sourceType": "module"
14+
"sourceType": "module" // eslint-config-wikimedia default is "commonjs", but we need "module" for our unit tests
1515
},
1616
"rules": {
1717
// default rules we don't like

0 commit comments

Comments
 (0)