@zumerbox/css-lint
Advanced tools
+7
-0
@@ -5,2 +5,9 @@ ### Changelog | ||
| #### [v0.1.2](https://github.com/zumerlab/zumerbox-css-lint/compare/v0.1.1...v0.1.2) | ||
| > 27 March 2024 | ||
| - Chore: update toold and docs [`5deab24`](https://github.com/zumerlab/zumerbox-css-lint/commit/5deab249a87f5c472cffbc9229f70cfab2a18417) | ||
| - Bumped version [`4a743b2`](https://github.com/zumerlab/zumerbox-css-lint/commit/4a743b2c1dff1e41a5c7a2ea791c5f64b1afb3c7) | ||
| #### [v0.1.1](https://github.com/zumerlab/zumerbox-css-lint/compare/v0.1.0...v0.1.1) | ||
@@ -7,0 +14,0 @@ |
+3
-3
| { | ||
| "name": "@zumerbox/css-lint", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "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", |
+9
-1
@@ -5,2 +5,4 @@ # @zumerbox/css-lint | ||
| Refer to the [ZumerBox bundle](https://github.com/zumerlab/zumerbox) for more information and tools. | ||
| ## Installation | ||
@@ -18,2 +20,8 @@ | ||
| Refer to the [ZumerBox bundle](https://github.com/zumerlab/zumerbox) for more information. | ||
| ## Options | ||
| By default Stylint is instructed to perform a check without making any changes to the files. To fix any issues run `@zumerbox/css-lint` again with the `--fix` argument to fix css. | ||
| ## Credits | ||
| This tool is powered by Stylint (https://stylelint.io) |
3070
25.77%26
44.44%