Skip to content

Commit

Permalink
Allow underscore dangle, ease test restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinLivi committed Mar 6, 2017
1 parent d1f86fb commit c8b6646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions base.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ module.exports = {
imports: 'always-multiline',
exports: 'always-multiline',
}],
'no-underscore-dangle': 0,
},
};
2 changes: 2 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ module.exports = {
'space-before-function-paren': [ 2, 'never' ],
'max-nested-callbacks': 0,
'import/no-extraneous-dependencies': 0,
'max-len': 0,
'global-require': 0,
},
};

0 comments on commit c8b6646

Please sign in to comment.