1.2.0 • Published 2 years ago

@lindstrom1/stylelint v1.2.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

@lindstrom1/stylelint

lerna npm version npm license

Extendable Stylelint configuration.

Installation

yarn add @lindstrom1/stylelint -D

Peer dependencies

{
  "@lindstrom1/prettier": "^1.0.0",
  "prettier": "^2.4.0",
  "stylelint": "^14.2.0",
  "stylelint-config-prettier": "^9.0.3",
  "stylelint-config-sass-guidelines": "^9.0.1",
  "stylelint-prettier": "^2.0.0"
}

Usage

Extend @lindstrom1/stylelint in the Stylelint configuration. Also make sure to setup and install @lindstrom1/prettier and its peer dependencies.

module.exports = {
  extends: '@lindstrom1/stylelint'
};
1.2.0

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago