https://github.com/zumerlab/zumerbox-scss-lint
A zumerBox tool for linting scss files
https://github.com/zumerlab/zumerbox-scss-lint
scss-lint stylelint zumerbox
Last synced: about 2 months ago
JSON representation
A zumerBox tool for linting scss files
- Host: GitHub
- URL: https://github.com/zumerlab/zumerbox-scss-lint
- Owner: zumerlab
- License: mit
- Created: 2024-03-21T09:33:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-28T12:27:10.000Z (about 1 year ago)
- Last Synced: 2025-04-03T14:18:36.011Z (2 months ago)
- Topics: scss-lint, stylelint, zumerbox
- Language: CSS
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @zumerbox/scss-lint
A tool for linting SCSS files to catch errors and enforce coding standards.
Refer to the [ZumerBox bundle](https://github.com/zumerlab/zumerbox) for more information and tools.
## Installation
```bash
npm install @zumerbox/scss-lint --save-dev
```## Usage
```bash
npx @zumerbox/scss-lint
```## Options
By default Stylint is instructed to perform a check without making any changes to the files. To fix any issues run `@zumerbox/scss-lint` again with the `--fix` argument to fix scss.
## Credits
This tool is powered by Stylint (https://stylelint.io)