Skip to content

Commit

Permalink
Change cleanup identifier.
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber committed Mar 18, 2024
1 parent 4a030d0 commit 2552ec0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1236,10 +1236,12 @@
"lambdaExpression",
"switchExpression",
"tryWithResource",
"renameFile"
"renameFileToType"
]
},
"default": ["renameFile"],
"default": [
"renameFileToType"
],
"scope": "window",
"order": 10
},
Expand Down

0 comments on commit 2552ec0

Please sign in to comment.