After updating package, increment version and run pnpm publish
.
pnpm i -D eslint-config-takitotech
Then use it with one of the following configs by updating the respective eslintrc.js / package.json etc
Ref: https://eslint.org/docs/latest/developer-guide/shareable-configs
Use when create a custom node js package
{
"extends": ["eslint-config-package-node"]
}
or
{
"extends": ["package-node"]
}