mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
tweaks eslint rules, fixes gulp-eslint, adds some comments
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
let winston = require('winston');
|
||||
let nconf = require('nconf');
|
||||
|
||||
// TODO use const?
|
||||
// TODO use const?
|
||||
// TODO move isProd to a single location
|
||||
let isProd = nconf.get('NODE_ENV') === 'production';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user