Skip to content

Commit

Permalink
Added spaced-comment to .eslintrc.json config
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetikonline committed Apr 13, 2023
1 parent dfaaf17 commit 3d79ed4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"error",
"single"
],
"semi-spacing": [
"error"
]
"semi-spacing": "error",
"spaced-comment": "error"
}
}

0 comments on commit 3d79ed4

Please sign in to comment.