Remove jscs from the project
This commit is contained in:
parent
cfe0bd0e79
commit
ec3e36824c
5 changed files with 31 additions and 335 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue