1
0
mirror of https://github.com/flarum/core.git synced 2025-07-22 17:21:27 +02:00

Allow some more globals in eslint

This commit is contained in:
Toby Zerner
2015-07-06 15:50:39 +09:30
parent 6fe1c73a49
commit a70fff881d

View File

@@ -22,7 +22,10 @@
"jsx": true
},
"globals": {
"m": true
"m": true,
"app": true,
"$": true,
"moment": true
},
"rules": {
/**