mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-10 19:11:47 +02:00
chore(deps): update dependency eslint-config-airbnb-base to v13 (#6599)
* chore(deps): update dependency eslint-config-airbnb-base to v13 * chore: #6599, linting 😬
This commit is contained in:
committed by
Julian Lam
parent
eb0a322d7f
commit
64b9dabff8
@@ -47,4 +47,3 @@ eventsController.get = function (req, res, next) {
|
||||
},
|
||||
], next);
|
||||
};
|
||||
|
||||
|
||||
@@ -29,4 +29,3 @@ hooksController.get = function (req, res) {
|
||||
|
||||
res.render('admin/advanced/hooks', { hooks: hooks });
|
||||
};
|
||||
|
||||
|
||||
@@ -24,4 +24,3 @@ languagesController.get = function (req, res, next) {
|
||||
},
|
||||
], next);
|
||||
};
|
||||
|
||||
|
||||
@@ -46,4 +46,3 @@ themesController.get = function (req, res, next) {
|
||||
},
|
||||
], next);
|
||||
};
|
||||
|
||||
|
||||
@@ -317,4 +317,3 @@ function uploadImage(filename, folder, uploadedFile, req, res, next) {
|
||||
res.json([{ name: uploadedFile.name, url: image.url.startsWith('http') ? image.url : nconf.get('relative_path') + image.url }]);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user