diff --git a/.eslintrc.js b/.eslintrc.js index 38393f4fd..9863597c2 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -21,7 +21,7 @@ module.exports = { 'no-param-reassign': 'off', 'no-plusplus': 'off', 'no-restricted-syntax': 'off', - 'no-underscore-dangle': 'off', + 'no-underscore-dangle': 'off', // https://github.com/apiaryio/dredd-transactions/pull/179#discussion_r206852270 'no-use-before-define': 'off' } };