@zumerbox/js-lint
Advanced tools
+8
-0
@@ -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", |
+10
-1
@@ -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) | ||
3630
25.87%27
50%