Skip to content

Commit

Permalink
feat: add autocompletion back to the linting default targets
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmauro committed Oct 17, 2024
1 parent fc52c3f commit bb4dea0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pub fn run(shell: &Shell, args: LintArgs) -> anyhow::Result<()> {
Target::Js,
Target::Ts,
Target::Contracts,
Target::Autocompletion,
]
} else {
args.targets.clone()
Expand Down

0 comments on commit bb4dea0

Please sign in to comment.