We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ca0ed commit ea77cd5Copy full SHA for ea77cd5
.eslintrc
@@ -1,5 +1,7 @@
1
{
2
"globals": {
3
- "MktoForms2": "readonly"
+ "MktoForms2": "readonly",
4
+ "jQuery": "readonly",
5
+ "$": "readonly"
6
}
7
0 commit comments