bdryanovski / eslint-config

Opinionated Eslint Configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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];

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

About

Opinionated Eslint Configuration

License:MIT License


Languages

Language:JavaScript 97.6%Language:Shell 2.4%