Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
chore: allow leading underscore for arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zakharchenko committed May 13, 2019
1 parent caaa834 commit d7495f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
node: true
},
rules: {
'no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
'consistent-return': 'off',
'class-methods-use-this': 'off',
'no-plusplus': 'off',
Expand Down

0 comments on commit d7495f0

Please sign in to comment.