@alirezark/eslint-config
v1.0.2
Published
Mizan's ESLint config
Downloads
7
Maintainers
Readme
iranhr-eslint-config
My ESLint config.
Installation
yarn add @alirezark/eslint-config --dev
or:
npm install @alirezark/eslint-config --save-dev
Don't forget to install peerDependencies.
- Install the correct versions of each package, which are listed by the command:
Usage
{
"extends": ["@alirezark/eslint-config"]
}
It will automatically handle *.(js|ts)
files.
Publishing
Publishing is handled by github actions which is triggered by a merge to master that contains a change to the version property in the package.json
file. You can either do that manually or use the command below to version bump, commit and tag.
npm version [<newversion> | major | minor | patch ]
Also be sure to update any official packages that depend on this with fixes and version increases.
Versioning
It's probable that any change will be a breaking one, so it's best to stick to major version releases.