Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@drivy/stylelint-config

drivy13MIT1.1.6

Shareable stylelint config for Drivy's projects

readme

@drivy/stylelint-config npm CircleCI

Shareable stylelint config for Drivy's projects.

$ yarn add -D @drivy/stylelint-config

Usage

In a .stylelintrc.json:

{
  "extends": "@drivy/stylelint-config"
}

Or in order to be extended, in a .stylelintrc.js:

module.exports = {
  extends: "@drivy/stylelint-config"
}

changelog

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

@drivy/stylelint-config@1.1.6

  • Lock file maintenance #713
  • Lock file maintenance #703
  • Update dependency stylelint-scss to v4.2.0 #696
  • Lock file maintenance #693
  • Lock file maintenance #683

@drivy/stylelint-config@1.1.5

23 February 2022

  • Lock file maintenance #672

@drivy/stylelint-config@1.1.4

19 January 2022

  • Add missing stylelint-scss dependency :facepalm: bc0c055

@drivy/stylelint-config@1.1.3

19 January 2022

  • Only use the postcss plugin instead of the shared config for scss stylelint support 51d2a24

@drivy/stylelint-config@1.1.2

19 January 2022

  • Add syntax for SCSS in stylelint since they has beend droppe in stylelint v14 c774f2b

@drivy/stylelint-config@1.1.1

19 January 2022

@drivy/stylelint-config@1.1.0

8 November 2021

@drivy/stylelint-config@1.0.13

6 July 2021

@drivy/stylelint-config@1.0.12

17 May 2021

  • Correctly allow x unit for background-image (image-set) 163b031

@drivy/stylelint-config@1.0.11

17 May 2021

  • Ignore unknown unit on image-set since it needs x unit f60cf6c
  • Also ignore -webkit-image-set d3dbb80

@drivy/stylelint-config@1.0.10

7 April 2021

@drivy/stylelint-config@1.0.9

6 January 2021

@drivy/stylelint-config@1.0.8

2 September 2020

  • [stylelint] Replace deprecated rules c3e03a3

@drivy/stylelint-config@1.0.7

1 September 2020

  • Bump stylelint-order from 4.0.0 to 4.1.0 850184e
  • [Security] Bump lodash from 4.17.15 to 4.17.20 b888626

@drivy/stylelint-config@1.0.6

21 January 2020

  • Bump stylelint-order from 3.1.1 to 4.0.0 9e8ea9a

@drivy/stylelint-config@1.0.5

26 November 2019

  • Add repository links to all packages 5d97909
  • Disable stylelint on JS files 9049036

@drivy/stylelint-config@1.0.4

16 October 2019

@drivy/stylelint-config@1.0.3

16 October 2019

  • Enable trainling commas in our prettier config ef6c153

@drivy/stylelint-config@1.0.2

8 October 2019

  • Bump stylelint-order from 3.1.0 to 3.1.1 b152fb0

@drivy/stylelint-config@1.0.1

11 September 2019

@drivy/stylelint-config@1.0.0

11 September 2019

  • Add stylelint-config package and use it d8d6019
  • Add publishConfig prop to packages f15fe60
  • Better start versions for packages 4116a69