Skip to content

Commit

Permalink
chore: remove $FILENAME from standardjs config (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesconix authored Nov 18, 2023
1 parent 4524a68 commit c2963fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/conform/formatters/standardjs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ return {
description = "JavaScript Standard style guide, linter, and formatter.",
},
command = util.from_node_modules("standard"),
args = { "--fix", "--stdin", "$FILENAME" },
args = { "--fix", "--stdin" },
}

0 comments on commit c2963fd

Please sign in to comment.