Skip to main content
Home

Lightweight Deno linter plugin which is able to fix lint errors.

This package works with Deno
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

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@olofmorra/lint-fixer

Import symbol

import * as lint_fixer from "@olofmorra/lint-fixer";
or

Import directly with a jsr specifier

import * as lint_fixer from "jsr:@olofmorra/lint-fixer";