Skip to content

Commit

Permalink
Add eslint arrow-spacing check
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed May 20, 2022
1 parent b5caa5a commit b036fd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/librustdoc/html/static/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,9 @@ module.exports = {
"error",
{ "before": true, "after": true }
],
"arrow-spacing": [
"error",
{ "before": true, "after": true }
],
}
};

0 comments on commit b036fd3

Please sign in to comment.