stylelint-config-globex v3.14.1
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-globexNote 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[]=stylelintUsage
NOTE:
stylelint-config-globexcomes with its ownstylelint-globexbin tool so that you don't need to installstylelintas 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 ."
}
}1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago