Skip to content

Commit

Permalink
remove eslints indentation of chained cy commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Nov 30, 2017
1 parent ce45641 commit a0cfcef
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 126 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
],
"env": {
"cypress/globals": true
},
"rules": {
"indent": ["error", 2, { "SwitchCase": 1, "MemberExpression": "off" }]
}
}
Loading

0 comments on commit a0cfcef

Please sign in to comment.