Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonaspaq/my-sass-lint-config
Sass, scss lint config for my development. Beginner friendly configuration. For Sass Lint (VS Code Extension)
https://github.com/jonaspaq/my-sass-lint-config
Last synced: 1 day ago
JSON representation
Sass, scss lint config for my development. Beginner friendly configuration. For Sass Lint (VS Code Extension)
- Host: GitHub
- URL: https://github.com/jonaspaq/my-sass-lint-config
- Owner: jonaspaq
- Created: 2020-02-10T09:14:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T01:48:36.000Z (over 3 years ago)
- Last Synced: 2023-03-05T06:39:03.415Z (over 1 year ago)
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Sass Lint Config
This is a sass lint configuration. Beginner friendly and easy to use.## Installation
Install Sass Lint (VS Code Extension)Next, run this command in terminal from your project directory
```
npm install sass-lint --save-dev
```## For more information
Refer to Sass Lint documentation [here](https://github.com/sasstools/sass-lint)