@olofmorra/lint-fixer@0.1.1
latest
OlofMorra/lint-fixerLightweight Deno linter plugin which is able to fix lint errors.
This package works with Deno
JSR Score
58%
Published
3 weeks ago (0.1.1)
Basic Deno Lint fixer
This is a simple Deno script that automatically fixes linting issues in your Deno projects using the built-in Deno linter.
Acknowledgements
The main structure of the project is copied from https://github.com/hirochachacha/deno-lint-plugin-unused-fixer/tree/master
Add Package
deno add jsr:@olofmorra/lint-fixer
Import symbol
import * as lint_fixer from "@olofmorra/lint-fixer";
Import directly with a jsr specifier
import * as lint_fixer from "jsr:@olofmorra/lint-fixer";