@yulian.alexeyev/stylelint-config-intracto
v0.1.4
Published
StyleLint presets for Intracto internal code and projects
Downloads
12
Readme
stylelint-config-intracto
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 "@yulian.alexeyev/stylelint-config-intracto"
And then create a file .stylelintrc.json
. Add this config if your codebase is based on SCSS:
{
"extends": ["@yulian.alexeyev/stylelint-config-intracto/scss"]
}