Skip to content

Commit

Permalink
Add "no-label-var" eslint check
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jun 6, 2022
1 parent d0909bd commit cd5e73b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustdoc/html/static/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,6 @@ module.exports = {
"no-floating-decimal": "error",
"no-implicit-globals": "error",
"no-implied-eval": "error",
"no-label-var": "error",
}
};

0 comments on commit cd5e73b

Please sign in to comment.