@jellydn/eslint-fixer@0.1.0
latest
jellydn/eslint-fixerThis package works with Node.js, Deno, Bun


JSR Score
94%
Published
a year ago (0.1.0)
Welcome to eslint-fixer 👋
Motivation
Until this ☂️ Type-aware linter · Issue #3187 · biomejs/biome is resolved, we continue to use @typescript-eslint/parser
and @typescript-eslint/eslint-plugin
to lint TypeScript files.
Recommended Rules
Add the following recommended rules to your ESLint configuration for effective linting of TypeScript files:
{ "@typescript-eslint/await-thenable": "error", "@typescript-eslint/no-floating-promises": "error", "@typescript-eslint/no-for-in-array": "error", "@typescript-eslint/no-misused-promises": "error", "@typescript-eslint/no-redundant-type-constituents": "error", "@typescript-eslint/no-unnecessary-type-assertion": "error", "@typescript-eslint/require-await": "error" }
Usage
To use eslint-fixer, follow these steps:
# Install eslint-fixer npm install --global eslint-fixer # Run eslint-fixer npx eslint-fixer
Resources
Show Your Support
If this project has helped you, please give it a ⭐️!
Add Package
deno add jsr:@jellydn/eslint-fixer
Import symbol
import * as eslint_fixer from "@jellydn/eslint-fixer";
Import directly with a jsr specifier
import * as eslint_fixer from "jsr:@jellydn/eslint-fixer";
Add Package
pnpm i jsr:@jellydn/eslint-fixer
pnpm dlx jsr add @jellydn/eslint-fixer
Import symbol
import * as eslint_fixer from "@jellydn/eslint-fixer";
Add Package
yarn add jsr:@jellydn/eslint-fixer
yarn dlx jsr add @jellydn/eslint-fixer
Import symbol
import * as eslint_fixer from "@jellydn/eslint-fixer";
Add Package
vlt install jsr:@jellydn/eslint-fixer
Import symbol
import * as eslint_fixer from "@jellydn/eslint-fixer";
Add Package
npx jsr add @jellydn/eslint-fixer
Import symbol
import * as eslint_fixer from "@jellydn/eslint-fixer";
Add Package
bunx jsr add @jellydn/eslint-fixer
Import symbol
import * as eslint_fixer from "@jellydn/eslint-fixer";