Skip to content

Commit

Permalink
benchmark: add no-var rule in .eslintrc.yaml
Browse files Browse the repository at this point in the history
PR-URL: #31794
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
dnlup authored and targos committed Apr 28, 2020
1 parent 13342f8 commit d7f1add
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/.eslintrc.yaml
Expand Up @@ -5,6 +5,7 @@ env:
es6: true

rules:
no-var: error
comma-dangle:
- error
- arrays: 'always-multiline'
Expand Down

0 comments on commit d7f1add

Please sign in to comment.