Skip to main content
Home

Built and signed on GitHub Actions

Opinionated Eslint configuration to be shared across projects

This package works with Node.js, Deno, BunIt is unknown whether this package works with Cloudflare Workers, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
It is unknown whether this package works with Browsers
JSR Score
76%
Published
11 months ago (1.0.23)

@dryanovski/eslint-config

Opinionated ESLint config.

Installation & Usage

// NPM
npm install @dryanovski/eslint-config

// JSR
npx jsr add @dryanovski/eslint-config

In your eslint.config.js

import myConfig from '@dryanovski/eslint-config';

export default {
  ...myConfig[0],
};

Then run pnpm eslint . or npm eslint ..

Release new version of the package

Make sure to set the correct version inside the package.json and jsr.json - make sure that they are the same.

To release the packages you need to run the following commands

npm publish --access public

And for publishing into JSR

npx jsr publish
Built and signed on
GitHub Actions

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

Import symbol

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

Import directly with a jsr specifier

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

Add Package

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

Import symbol

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

Add Package

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

Import symbol

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

Add Package

npx jsr add @dryanovski/eslint-config

Import symbol

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

Add Package

bunx jsr add @dryanovski/eslint-config

Import symbol

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