@firefoxic/stylelint-config

4.0.0 • Public • Published

@firefoxic/stylelint-config

License: MIT Changelog NPM version Test Status

Shared config for stylelint by firefoxic.

To see the rules that this config uses, please read the config itself.

Installation

pnpm add -D stylelint @firefoxic/stylelint-config

Usage

Set your stylelint.config.js to:

export default {
	customSyntax: "postcss-scss", // If your styles syntax is different from CSS (don't forget to install the package)
	extends: "@firefoxic/stylelint-config",
	rules: {
		// Your overrides or additions to rules
	}
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.0.0
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 4.0.0
    5
  • 3.0.0
    2
  • 2.0.0
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i @firefoxic/stylelint-config

Weekly Downloads

9

Version

4.0.0

License

MIT

Unpacked Size

11.8 kB

Total Files

4

Last publish

Collaborators

  • firefoxic