Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Mar 12, 2018
1 parent e24e724 commit f2f71b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,5 @@ module.exports = {
Scenario: true,
Then: true,
When: true
},
rules: {
indent: ['error', 2, { flatTernaryExpressions: true, MemberExpression: 0, SwitchCase: 1 }],
'no-multi-spaces': ['error', { ignoreEOLComments: true }],
'one-var-declaration-per-line': 2
}
}

0 comments on commit f2f71b5

Please sign in to comment.