mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
Fix eslint rules (#5117)
* Fix semi linter rule * Fix semi-spacing linter rule * Fix no-undef-init linter rule * Fix space-before-blocks linter rule
This commit is contained in:
committed by
Julian Lam
parent
727710fbd9
commit
e515b791da
@@ -33,7 +33,7 @@
|
||||
var testDbConfig = nconf.get('test_database');
|
||||
var productionDbConfig = nconf.get(dbType);
|
||||
|
||||
if (!testDbConfig){
|
||||
if (!testDbConfig) {
|
||||
errorText = 'test_database is not defined';
|
||||
winston.info(
|
||||
'\n===========================================================\n' +
|
||||
|
||||
Reference in New Issue
Block a user