Skip to content

Commit

Permalink
chore: enable no-var rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli Skeggs committed Feb 4, 2020
1 parent 925e878 commit 147d5a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"sourceType": "module"
}
}
]
],
"rules": {
"no-var": "error"
}
}

0 comments on commit 147d5a9

Please sign in to comment.