Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@zumerbox/css-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/css-lint - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+7
-0
CHANGELOG.md

@@ -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",

@@ -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)