1
0
mirror of https://github.com/flarum/core.git synced 2025-08-02 14:37:49 +02:00

Allow some more globals in eslint

This commit is contained in:
Toby Zerner
2015-07-06 15:50:39 +09:30
parent 01ec661c3f
commit 746df7e3ad

View File

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