Skip to content

Commit

Permalink
chore: enable camelcase rule in dlint (denoland#12605)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Oct 30, 2021
1 parent 85a2943 commit a24735a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .dlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"rules": {
"tags": ["recommended"],
"include": [
"ban-untagged-todo"
"ban-untagged-todo",
"camelcase"
],
"exclude": [
"no-invalid-triple-slash-reference"
Expand Down

0 comments on commit a24735a

Please sign in to comment.