Remove jscs from the project

This commit is contained in:
Scott Nonnenberg 2018-05-19 21:18:37 -07:00
parent cfe0bd0e79
commit ec3e36824c
5 changed files with 31 additions and 335 deletions

View file

@ -76,7 +76,6 @@
// to propagate. We don't want the unset key in the db so our unread index stays
// small.
/* eslint-disable */
/* jscs:disable */
fetch(options) {
options = options ? _.clone(options) : {};
if (options.parse === void 0) options.parse = true;
@ -95,7 +94,6 @@
};
return this.sync('read', this, options);
},
/* jscs:enable */
/* eslint-enable */
/* eslint-disable more/no-then */
getNameForNumber(number) {