Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/equinusocio/stylelint-config-equinusocio
Stylelint configuration based on my experience and taste
https://github.com/equinusocio/stylelint-config-equinusocio
hacktoberfest hacktoberfest2021
Last synced: about 1 month ago
JSON representation
Stylelint configuration based on my experience and taste
- Host: GitHub
- URL: https://github.com/equinusocio/stylelint-config-equinusocio
- Owner: equinusocio
- License: mit
- Created: 2021-04-27T12:35:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T14:43:38.000Z (9 months ago)
- Last Synced: 2024-09-14T00:10:51.103Z (2 months ago)
- Topics: hacktoberfest, hacktoberfest2021
- Language: JavaScript
- Homepage:
- Size: 919 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![npm](https://img.shields.io/npm/v/stylelint-config-equinusocio.svg?style=flat)](https://www.npmjs.com/package/stylelint-config-equinusocio)
# Equinusocio's opinionated stylelint config
> Opinionated Stylelint sharable config for Equinusocio's projects.
## Install
```sh
npm i -D stylelint-config-equinusocio
```## Usage
Add a Stylelint config file to your project and extends with our config:
#### `.stylelintrc`
```json
{
"extends": "stylelint-config-equinusocio"
}
```## Develop
Run `eslint` for linting the `js` files:
```sh
yarn lint
```Run tests with `Jest` for checking Styelint rules:
```sh
yarn test
```## Release
`standard-version` is provided with a `release` command. Just run on `master`:
```sh
yarn release
```And follow the prompt.