Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darlanrod/sass-lint-config-file
Sass or SCSS lint config file
https://github.com/darlanrod/sass-lint-config-file
config configuration file guidelines lint linter sass scss yaml yml
Last synced: 10 days ago
JSON representation
Sass or SCSS lint config file
- Host: GitHub
- URL: https://github.com/darlanrod/sass-lint-config-file
- Owner: darlanrod
- License: mit
- Created: 2018-10-17T22:19:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T12:44:42.000Z (over 6 years ago)
- Last Synced: 2025-02-03T14:49:09.398Z (16 days ago)
- Topics: config, configuration, file, guidelines, lint, linter, sass, scss, yaml, yml
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sass Linter Configuration File
Sass and SCSS lint config file that follows the rules of the [Sass Guidelines](https://sass-guidelin.es) project - An opinionated styleguide for writing sane, maintainable and scalable Sass - from [Hugo Giraudel](https://github.com/HugoGiraudel).## How to use
### NPM
Using package manager:
```
npm i sass-lint-config-file
```### Clone
Clone this repository and save the sass/scss file to the root directory of your project.### Link
Use the direct link to this repository file:**Sass**:
```
https://raw.githubusercontent.com/darlanrod/sass-lint-config-file/master/sass-lint.yml
```**SCSS**:
```
https://raw.githubusercontent.com/darlanrod/sass-lint-config-file/master/scss-lint.yml
```