Restore no-multiple-empty-lines rule

It was enforced by JSCS, but it was lost during translition to
ESLint.

Change-Id: I3a928a946ab4e55f028b4280258d32b7c1d74603
This commit is contained in:
Vitaly Kramskikh 2015-11-26 20:16:15 +07:00
parent 44d13f2848
commit 11aace1a12
2 changed files with 1 additions and 1 deletions

View File

@ -111,6 +111,7 @@
no-array-constructor: 2
no-new-object: 2
no-lonely-if: 2
no-multiple-empty-lines: [2, {max: 1}]
no-spaced-func: 2
no-unneeded-ternary: 2
object-curly-spacing: 2

View File

@ -298,7 +298,6 @@ function($, _, i18n, React, Backbone, utils, models, componentMixins, dialogs, c
Finish
];
var CreateClusterWizard = React.createClass({
mixins: [dialogs.dialogMixin],
getInitialState: function() {