Skip to content

Commit

Permalink
test: use Z.equals in ‘throws’
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Mar 29, 2018
1 parent e82310f commit 2e6779f
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 349 deletions.
1 change: 1 addition & 0 deletions eslint/rules/indent.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const common = require ('sanctuary-style/eslint-common.json');

const indent = (JSON.parse (JSON.stringify (common))).rules['indent'];
indent[2].ignoredNodes.push (
'CallExpression',
'CallExpression > *',
'CallExpression > ArrowFunctionExpression ArrowFunctionExpression > *',
'CallExpression > FunctionExpression > BlockStatement'
Expand Down
Loading

0 comments on commit 2e6779f

Please sign in to comment.