1.0.14 • Published 1 year ago

@taskyz/eslint-config v1.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@taskyz/eslint-config

This library contains the ESLint configuration used by Taskyz.

Installing the library

npm install -D @taskyz/eslint-config

Using the library

To use the library, you'll need to add the following to your .eslintrc.json file:

{
  "extends": "@taskyz"
}

Publishing updates

  • Update the version field in the package.json file;
  • Stage and commit all changes;
  • Tag the new commit with the new version number; and
  • Push all changes to the GitHub repository.

This can be done using the following commands:

npm version patch
git push origin main --tags

A GitHub Actions workflow will then automatically publish the package to the NPM registry.

1.0.14

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.9

1 year ago