Skip to main content

Built and signed on GitHub Actions

This package works with Node.js, BunIt is unknown whether this package works with Cloudflare Workers, Deno, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
It is unknown whether this package works with Deno
This package works with Bun
It is unknown whether this package works with Browsers
JSR Score
35%
Published
a week ago (0.1.1)

MainQueueIO's typescript-styles repo

Shared configurations for Eslint, Prettier & Oxlint for all TS ecosystem code styles for MainQueue

Oxlint

Docs

{
  "$schema": "./node_modules/oxlint/configuration_schema.json",
  "plugins": [
    "oxc",
    "typescript",
    "unicorn",
    "react",
    "import",
    "jsx-a11y",
    "jest",
    "jsdoc"
  ],
  "rules": {
    //???
    "import/no-cycle": "off",
    //Pending
    "react/button-has-type": 2,
    //WARNS UNCOMMENT TO ERROR
    //"jest/no-disabled-tests": 2, //IDE sets it to warning but on script you can deny it with --deny-warnings
    //"jest/valid-expect": 2, //IDE sets it to warning but on script you can deny it with --deny-warnings
    //"jest/no-export": 2, //IDE sets it to warning but on script you can deny it with --deny-warnings
    //NEEDED FOR STRICTNESS CUSTOM
    "@typescript-eslint/no-explicit-any": 2,
    "no-console": 2,
    "jest/no-identical-title": 2,
    "jest/no-alias-methods": 2,
    "jsx-a11y/label-has-associated-control": "off"
  }
}
Built and signed on
GitHub Actions
View transparency log

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:@mainqueueio/eslint-config

Import symbol

import * as eslint_config from "@mainqueueio/eslint-config";
or

Import directly with a jsr specifier

import * as eslint_config from "jsr:@mainqueueio/eslint-config";

Add Package

pnpm i jsr:@mainqueueio/eslint-config
or (using pnpm 10.8 or older)
pnpm dlx jsr add @mainqueueio/eslint-config

Import symbol

import * as eslint_config from "@mainqueueio/eslint-config";

Add Package

yarn add jsr:@mainqueueio/eslint-config
or (using Yarn 4.8 or older)
yarn dlx jsr add @mainqueueio/eslint-config

Import symbol

import * as eslint_config from "@mainqueueio/eslint-config";

Add Package

npx jsr add @mainqueueio/eslint-config

Import symbol

import * as eslint_config from "@mainqueueio/eslint-config";

Add Package

bunx jsr add @mainqueueio/eslint-config

Import symbol

import * as eslint_config from "@mainqueueio/eslint-config";