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:
@@ -22,7 +22,10 @@
|
||||
"jsx": true
|
||||
},
|
||||
"globals": {
|
||||
"m": true
|
||||
"m": true,
|
||||
"app": true,
|
||||
"$": true,
|
||||
"moment": true
|
||||
},
|
||||
"rules": {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user