@dryanovski/eslint-config

1.0.3 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @dryanovski/eslint-config

Weekly Downloads

4

Version

1.0.3

License

MIT

Unpacked Size

11.2 kB

Total Files

14

Last publish

Collaborators

  • bdryanovski