Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

CSS Code Standards for Globex Designs - Stylelint Shareable Config

License

Notifications You must be signed in to change notification settings

GlobexDesignsInc/stylelint-config-globex

Repository files navigation

stylelint-config-globex

stylelint-config-globex

The CSS code standards used at Globex Designs, Inc.

NPM Status NPM Download Stats NPM Download Stats


DEPRECATION NOTICE

As of 2025-01 this package is no longer maintained. We use https://biomejs.dev/ instead now.

Install

# With npm
npm install -D stylelint-config-globex

# or

# With yarn
yarn add -D stylelint-config-globex

# or

# With pnpm
pnpm add -D stylelint-config-globex

Note for pnpm users

If you are using pnpm, it's recommended that you add the following to your .npmrc file to ensure code editors like VS Code can find the correct stylelint executuable:

public-hoist-pattern[]=stylelint

Usage

NOTE: stylelint-config-globex comes with its own stylelint-globex bin tool so that you don't need to install stylelint as a peerDependency. All the necessary dependencies are bundled together for you.

Add the config to your .stylelintrc file:

{
	"extends": "stylelint-config-globex"
}

Enable via package.json scripts with the custom stylelint-globex bin:

{
	"scripts": {
		"stylelint": "stylelint-globex ."
	}
}

About

CSS Code Standards for Globex Designs - Stylelint Shareable Config

Resources

License

Stars

Watchers

Forks

Packages

No packages published