mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
ESlint no-extra-semi
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user