Skip to content

Commit ea77cd5

Browse files
committed
Feat: update eslintrc with missing globals
1 parent b1ca0ed commit ea77cd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.eslintrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"globals": {
3-
"MktoForms2": "readonly"
3+
"MktoForms2": "readonly",
4+
"jQuery": "readonly",
5+
"$": "readonly"
46
}
57
}

0 commit comments

Comments
 (0)