https://github.com/intracto/stylelint-config-intracto
NPM package
https://github.com/intracto/stylelint-config-intracto
Last synced: 11 months ago
JSON representation
NPM package
- Host: GitHub
- URL: https://github.com/intracto/stylelint-config-intracto
- Owner: Intracto
- Created: 2019-12-03T09:49:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T10:59:39.000Z (over 6 years ago)
- Last Synced: 2025-07-04T05:08:30.494Z (about 1 year ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stylelint-config-intracto [](https://www.npmjs.com/package/@intracto/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:
```bash
yarn global add install-peerdeps
install-peerdeps --dev "@intracto/stylelint-config-intracto"
```
And then configure your [cosmiconfig](https://github.com/davidtheclark/cosmiconfig), e.g. by creating a `.stylelintrc.json` file with the following content:
```json
{
"extends": ["@intracto/stylelint-config-intracto/scss"]
}
```