Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```