Skip to content

Commit

Permalink
chore(eslint): avoid error no-multiple-empty-lines
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jun 18, 2016
1 parent 77c3715 commit a474e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Expand Up @@ -124,7 +124,7 @@ module.exports = {
"no-mixed-requires": "error",
"no-multi-spaces": "error",
"no-multi-str": "error",
"no-multiple-empty-lines": "error",
"no-multiple-empty-lines": "off",
"no-native-reassign": "error",
"no-negated-condition": "off",
"no-nested-ternary": "error",
Expand Down Expand Up @@ -228,4 +228,4 @@ module.exports = {
"never"
]
}
};
};

0 comments on commit a474e5b

Please sign in to comment.