Skip to content

Commit

Permalink
tools: add no-var lint rule for tools directory
Browse files Browse the repository at this point in the history
  • Loading branch information
shisama committed Mar 6, 2019
1 parent 73acb50 commit 9e8be33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/.eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ rules:
exports: 'only-multiline'
no-unused-vars: [error, { args: 'after-used' }]
prefer-arrow-callback: error
no-var: error

0 comments on commit 9e8be33

Please sign in to comment.