Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. Adding new ESLint rules. Fixing new ESLint errors.
Этот коммит содержится в:
@@ -4,7 +4,7 @@
|
||||
var UserStore;
|
||||
function getPrefix() {
|
||||
if (!UserStore) {
|
||||
UserStore = require('./user_store.jsx');
|
||||
UserStore = require('./user_store.jsx'); //eslint-disable-line global-require
|
||||
}
|
||||
return UserStore.getCurrentId() + '_';
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user