global jquery
This commit is contained in:
parent
40f7f3394b
commit
349a3a1275
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
{
|
||||
"extends": "./node_modules/eslint-config/.eslintrc"
|
||||
"extends": "./node_modules/eslint-config/.eslintrc",
|
||||
"globals": {
|
||||
$: true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* global $ */
|
||||
|
||||
import './events.js';
|
||||
import './globals.js';
|
||||
|
||||
|
|
Reference in a new issue