Skip to content

Commit c97cccf

Browse files
author
Ludovic Lerus
committed
chore(eslint): jQuery $ added to eslint config
1 parent f18c5bf commit c97cccf

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
@@ -3,7 +3,7 @@
33
"node": true
44
},
55
"globals": {
6-
"logger": true
6+
"$": true
77
},
88
"parserOptions": {
99
"ecmaVersion": 8

0 commit comments

Comments
 (0)