1.0.3 • Published 1 year ago
@dryanovski/eslint-config v1.0.3
@dryanovski/eslint-config
Opinionated ESLint config.
Installation & Usage
// NPM
npm install @dryanovski/eslint-config
// JSR
npx jsr add @dryanovski/eslint-configIn 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 publicAnd for publishing into JSR
npx jsr publish