🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@zumerbox/js-lint

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zumerbox/js-lint - npm Package Compare versions

Comparing version
0.1.2
to
0.1.3
+8
-0
CHANGELOG.md

@@ -5,2 +5,10 @@ ### Changelog

#### [v0.1.3](https://github.com/zumerlab/zumerbox-js-lint/compare/v0.1.2...v0.1.3)
> 27 March 2024
- Bumped version [`6a77364`](https://github.com/zumerlab/zumerbox-js-lint/commit/6a77364ca61da5c8e4a0de3879cab4b0b1a2b4c6)
- Chore: update tools and docs [`440f9ad`](https://github.com/zumerlab/zumerbox-js-lint/commit/440f9ad9b5c3bed61b63076d6d2c3143782d9a48)
- Update changelog [`56c4764`](https://github.com/zumerlab/zumerbox-js-lint/commit/56c4764fa3a0de3ceb05735e0604b3f09dd18931)
#### [v0.1.2](https://github.com/zumerlab/zumerbox-js-lint/compare/v0.1.1...v0.1.2)

@@ -7,0 +15,0 @@

+3
-3
{
"name": "@zumerbox/js-lint",
"version": "0.1.2",
"version": "0.1.3",
"description": "",

@@ -10,4 +10,4 @@ "main": "./bin/index.js",

"scripts": {
"release": "npx @zumerbox/release",
"postversion": "npx @zumerbox/changelog && git add CHANGELOG.md && git commit -m \"Bumped version\" && git push --follow-tags"
"bump": "npx @zumerbox/bump",
"postbump": "npx @zumerbox/changelog && git add CHANGELOG.md && git commit -m \"Bumped version\" && git push --follow-tags"
},

@@ -14,0 +14,0 @@ "author": "Juan Martin Muda",

@@ -5,2 +5,4 @@ # @zumerbox/js-lint

Refer to the [ZumerBox bundle](https://github.com/zumerlab/zumerbox) for more information and tools.
## Installation

@@ -18,2 +20,9 @@

Refer to the [ZumerBox bundle](https://github.com/zumerlab/zumerbox) for more information.
## Options
By default ESlint is instructed to perform a check without making any changes to the files. To fix any issues run `@zumerbox/js-lint` again with the `--fix` argument to fix js.
## Credits
This tool is powered by ESlint (https://eslint.org)