@pega/stylelint-config v0.16.3
@pega/stylelint-config
Pegasystems front-end Stylelint configuration.
Installation
Install Stylelint and the Pega config.
npm i -D stylelint @pega/stylelint-configSetting up your config
Extend from the Pega configuration in your Stylelint configuration file.
{
"extends": ["@pega/stylelint-config"]
}Running Stylelint
Run Stylelint to check, for example, all .jsx and .tsx files in the current directory.
npx stylelint "./**/*.@(jsx|tsx)"VS Code integration
You can install the VS Code extension to enable your editor to run Stylelint for you automatically.
8 months ago
12 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
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
2 years ago
2 years ago
2 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