mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:21:14 +08:00
DEV: enable no-alert & no-console eslint rules
This commit is contained in:
@ -119,7 +119,7 @@ var define, requirejs;
|
||||
if (!mod) {
|
||||
var moved = MOVED_MODULES[name];
|
||||
if (moved) {
|
||||
console.warn("DEPRECATION: `" + name + "` was moved to `" + moved + "`");
|
||||
console.warn("DEPRECATION: `" + name + "` was moved to `" + moved + "`"); // eslint-disable-line no-console
|
||||
}
|
||||
mod = registry[moved];
|
||||
}
|
||||
|
Reference in New Issue
Block a user