mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
ESlint no-plusplus
and no-empty, space-unary-ops
This commit is contained in:
@@ -60,7 +60,7 @@ admin.get = function (callback) {
|
||||
areas: [],
|
||||
});
|
||||
|
||||
index++;
|
||||
index += 1;
|
||||
}
|
||||
|
||||
templates[list[area.template]].areas.push({
|
||||
|
||||
Reference in New Issue
Block a user