.eslintrc.json in archangel-0.3.0 vs .eslintrc.json in archangel-0.4.0
- old
+ new
@@ -6,11 +6,11 @@
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module"
},
"globals": {
- "window": true,
"document": true,
+ "window": true,
"$": true,
"jQuery": true,
"Archangel": true,
"Sortable": true
},