Skip to content

Commit

Permalink
fix: disable node/shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 27, 2018
1 parent ce53208 commit 7d4cbdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
rules: {
'capitalized-comments': 0,
'comma-dangle': ['error', 'always-multiline'],
'node/shebang': 0,
curly: 0,
quotes: ['error', 'single', {avoidEscape: true}],
semi: ['error', 'never'],
Expand Down

0 comments on commit 7d4cbdb

Please sign in to comment.