Socket
Book a DemoInstallSign in
Socket

@dryanovski/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dryanovski/eslint-config

ESLint config with opinion

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

@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

FAQs

Package last updated on 14 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts