Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lint): handle linter output correctly (#192)
Ensure that the linter output is correctly assigned to the `data` variable when the output is not an error. This fixes a potential issue where the `data` variable could be left empty even when the linter produces valid output.
- Loading branch information