1.0.0-rc.5 • Published 9 months ago
stylelint-config-copilot-base v1.0.0-rc.5
stylelint-config-copilot-base
Stylelint shareable config with stylelint's built-in rules
Install
npm install stylelint-config-copilot-base --save-dev
Usage
Add this to your Stylelint config:
{
"extends": "stylelint-config-copilot-base"
}
Example: Rename .stylelintrc.example.js
to .stylelintrc.js
Related
- stylelint-config-copilot-scss - Shareable config based with scss specific rules
- stylelint-config-copilot-plugins - Shareable config for various stylelint plugins
- stylelint-config-copilot-order - Shareable config for order specific rules
Troubleshooting
- VSCode:
stylelint: Undefined rule unicode-bom
: This is an issue that (might) occur when usingvscode-stylelint (shinnn.stylelint)
orvscode-stylelint-plus (hex-ci.stylelint-plus)
. Use the officialstylelint.vscode-stylelint
extension which should fix the problem. If the linter still throws the warning/error, you can overwrite the rule in your config:
"rules": {
"unicode-bom": null
}
1.0.0-rc.5
9 months ago
1.0.0-rc.4
1 year ago
1.0.0-rc.3
2 years ago
0.7.1-1.0.0-rc.1.0
4 years ago
1.0.0-rc.2
4 years ago
0.7.0
4 years ago
0.6.1
4 years ago
0.6.0
4 years ago
0.5.0
4 years ago
0.4.1
5 years ago
0.4.0
5 years ago
0.3.0
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.1.7
6 years ago
0.1.5
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago