1.1.22 • Published 4 months ago

stylelint-config-starstuff v1.1.22

Weekly downloads
883
License
ISC
Repository
github
Last release
4 months ago

stylelint-config-starstuff

npm npm Codecov Bundle Size Conventional Commits

Opininated, but simple, shareable Stylelint config

Philosophy

This config is built with the assumption that you're going to be using Prettier across your project, and want stylelint to provide style specific advice and respect Prettier's formatting. This config aims to share this in a simple, shareable config.

Installation

npm install --save-dev stylelint stylelint-config-starstuff

Usage

In your package.json

{
  "stylelint": {
    "extends": ["stylelint-config-starstuff"]
  }
}

CSS-in-JS (emotion, styled-components, etc.) varient

This config exports a varient specialized for projects using a CSS-in-JS library. To use it, set the following in your package.json:

{
  "stylelint": {
    "extends": ["stylelint-config-starstuff/css-in-js"]
  }
}

License

Copyright Kepler Sticka-Jones 2019-2022. Licensed ISC

1.1.22

4 months ago

1.1.21

4 months ago

1.1.20

5 months ago

1.1.19

9 months ago

1.1.18

1 year ago

1.1.17

1 year ago

1.1.16

1 year ago

1.1.15

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago