Skip to content

Commit

Permalink
Merge pull request #536 from taimir/master
Browse files Browse the repository at this point in the history
Fix eslint rules to match clang-format
  • Loading branch information
bryk committed Mar 16, 2016
2 parents 73bd6c4 + 4942533 commit 5e3e75c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// This file contains root configuration for ESLint. Its rules may be overriden in a specific
// folder (e.g., tests) by placing .eslintrc in it.
// folder (e.g., tests) by placing .eslintrc in it.
// All lint rules should be placed here unless they do not apply to entire JavaScript codebase.
// For example, indentation rules should be here (applies to all JS files), but Protractor
// should not (applies only to integration tests files).
Expand Down Expand Up @@ -42,8 +42,6 @@
"no-multiple-empty-lines": [2, {"max": 1}],
// Disallow the use of ternary operators when a simpler alternative exists.
"no-unneeded-ternary": 2,
// Avoid code that looks like two expressions but is actually one.
"no-unexpected-multiline": 2,
// Disallow trailing spaces. This is to unify code because editors may have different
// settings.
"no-trailing-spaces": 2,
Expand Down

0 comments on commit 5e3e75c

Please sign in to comment.