1
Fork 0

global jquery

This commit is contained in:
Jake Howard 2016-04-21 18:50:09 +01:00
parent 40f7f3394b
commit 349a3a1275
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,6 @@
{
"extends": "./node_modules/eslint-config/.eslintrc"
"extends": "./node_modules/eslint-config/.eslintrc",
"globals": {
$: true
}
}

View file

@ -1,5 +1,3 @@
/* global $ */
import './events.js';
import './globals.js';