Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

The base configuration for Sass Lint, to be included in every project using Sass

Notifications You must be signed in to change notification settings

Pod-Point/sass-lint-config-podpoint-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sass-lint-config-podpoint-base

npm

The base configuration for Sass Lint, to be included in every project using Sass.

Installation

Install sass-lint globally:

npm install -g sass-lint

Install sass-lint as a dev dependency:

npm install --save-dev sass-lint

Install this package to use the config:

npm install --save-dev pod-point/sass-lint-config-podpoint-base

Usage

Create a .sass-lint.yml file with the following contents:

options:
  config-file: "./node_modules/@pod-point/sass-lint-config-podpoint-base/.sass-lint.yml"

Note that rules can be added or overridden by creating in the following way:

options:
  config-file: "./node_modules/@pod-point/sass-lint-config-podpoint-base/.sass-lint.yml"
rules:
  indentation:
    - 4

About

The base configuration for Sass Lint, to be included in every project using Sass

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published