stylelint-config-globex

3.14.0 • Public • Published

stylelint-config-globex

stylelint-config-globex

The CSS code standards used at Globex Designs, Inc.

NPM Status NPM Download Stats NPM Download Stats


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 ."
	}
}

/stylelint-config-globex/

    Package Sidebar

    Install

    npm i stylelint-config-globex

    Weekly Downloads

    361

    Version

    3.14.0

    License

    MIT

    Unpacked Size

    15.7 kB

    Total Files

    5

    Last publish

    Collaborators

    • globexdesigns