ESlint no-extra-semi

v1.18.x
Peter Jaszkowiak 8 years ago
parent 1cf25f57fc
commit d9c1f6f088

@ -110,7 +110,7 @@
"array-bracket-spacing": "off",
"object-property-newline": "off",
"no-continue": "off",
"no-extra-semi": "off",
// "no-extra-semi": "off",
// "no-spaced-func": "off",
// "no-useless-return": "off"
}

@ -325,7 +325,7 @@ define('forum/topic/posts', [
Posts.wrapImagesInLinks(posts);
posts.length = 0;
}
};
}
// For each image, reset the source and adjust scrollTop when loaded
visible.attr('data-state', 'loading');

@ -1,4 +1,4 @@
;(function (exports) {
(function (exports) {
"use strict";

Loading…
Cancel
Save