3.14.0 • Published 8 days ago

stylelint-config-globex v3.14.0

Weekly downloads
466
License
MIT
Repository
github
Last release
8 days ago

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

8 days ago

3.13.0

2 months ago

3.13.0-beta.1

5 months ago

3.12.1

5 months ago

3.11.0

10 months ago

3.10.0

11 months ago

3.11.2

10 months ago

3.12.0

10 months ago

3.11.1

10 months ago

3.9.0

1 year ago

3.8.0

1 year ago

3.7.0

1 year ago

3.6.0

2 years ago

3.5.0

2 years ago

3.4.0

2 years ago

3.3.1

2 years ago

3.3.0

2 years ago

3.2.0

2 years ago

3.1.0

2 years ago

3.0.0

3 years ago

2.4.1

3 years ago

2.4.0

3 years ago

2.3.0

3 years ago

2.2.0

3 years ago

2.1.3

3 years ago

2.1.2

3 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.3

4 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago