Skip to content

Commit

Permalink
Add no-shadow eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jonboiser committed May 26, 2021
1 parent 211201d commit 2f10070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kolibri-tools/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ module.exports = {
},
},
rules: {
'no-shadow': ERROR,
'comma-style': ERROR,
'max-len': [
ERROR,
Expand Down

0 comments on commit 2f10070

Please sign in to comment.