Intracto / stylelint-config-intracto

NPM package
0 stars 1 forks source link

stylelint-config-intracto npm version

Introduction

This repository contains sample linting configs for, .scss files. Currently they are all based on recommended configs and prettier.

How to use

Installing

To install this repo, run:

yarn global add install-peerdeps
install-peerdeps --dev "@intracto/stylelint-config-intracto"

And then configure your cosmiconfig, e.g. by creating a .stylelintrc.json file with the following content:

{
  "extends": ["@intracto/stylelint-config-intracto/scss"]
}