4.2.0 • Published 29 days ago

@ezetech/eslint-config v4.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
29 days ago

eslint-config

Sharable eslint config

development

  npm install

Install the correct versions of each package, which are listed by the command:

npm info "@ezetech/eslint-config@latest" peerDependencies

More info: ESLint sharable configuration

To publish NPM package:

  • Make sure you have empty working status and the working directory is clean
git status --porcelain
  • Pull the latest changes
git checkout main
git pull origin main
  • Update the version in package.json and package-lock.json files with next commands. For major version (^.0.0) use next command
npm version ---no-commit-hooks major

For minor version (0.^.0) use next command

npm version --no-commit-hooks minor

For patch version (0.0.^) use next command

npm version --no-commit-hooks patch

Commit and push changes.

  • Push new tag version.
git push origin <new_version>
  • Publish a public package
npm publish --access public

Note: npm publish require authorization. For NPM access ask PM.

  • Publish a private package
npm publish --access restricted --@ezetech:registry=https://npm.pkg.github.com

Note: npm publish require Github token.

NOTICE: you NEED to publish both versions: public and private

4.2.0

29 days ago

4.1.0

2 months ago

4.0.0

2 months ago

3.2.0

6 months ago

3.1.0

6 months ago

3.0.0

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.0

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

2 years ago

1.2.0

2 years ago

1.2.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago