Browse Source

[eslint] no-multiple-empty-lines

release-8443
Lyubo Marinov 8 years ago
parent
commit
de6bb977be
2 changed files with 1 additions and 1 deletions
  1. 1
    0
      .eslintrc.js
  2. 0
    1
      modules/xmpp/strophe.jingle.js

+ 1
- 0
.eslintrc.js View File

@@ -152,6 +152,7 @@ module.exports = {
152 152
         'no-array-constructor': 2,
153 153
         'no-inline-comments': 0,
154 154
         'no-mixed-spaces-and-tabs': 2,
155
+        'no-multiple-empty-lines': 2,
155 156
         'no-negated-condition': 2,
156 157
         'no-nested-ternary': 0,
157 158
         'no-new-object': 2,

+ 0
- 1
modules/xmpp/strophe.jingle.js View File

@@ -258,7 +258,6 @@ class JingleConnectionPlugin extends ConnectionPlugin {
258 258
 }
259 259
 
260 260
 
261
-
262 261
 module.exports = function(XMPP, eventEmitter) {
263 262
     Strophe.addConnectionPlugin('jingle',
264 263
         new JingleConnectionPlugin(XMPP, eventEmitter));

Loading…
Cancel
Save