Bug 1181825 - Enable eslint rules for Loop: no-extra-boolean cast, no-redeclare, r=dmose
This commit is contained in:
@@ -700,7 +700,7 @@ loop.contacts = (function(_, mozL10n) {
|
||||
category: ["local"]
|
||||
};
|
||||
var tel = this.state.tel.trim();
|
||||
if (!!tel) {
|
||||
if (tel) {
|
||||
contact.tel = [{
|
||||
pref: true,
|
||||
type: ["fxos"],
|
||||
|
||||
Reference in New Issue
Block a user