1.0.0-rc.4 • Published 5 days ago

stylelint-config-copilot-base v1.0.0-rc.4

Weekly downloads
752
License
MIT
Repository
github
Last release
5 days ago

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

Troubleshooting

  • VSCode: stylelint: Undefined rule unicode-bom: This is an issue that (might) occur when using vscode-stylelint (shinnn.stylelint) or vscode-stylelint-plus (hex-ci.stylelint-plus). Use the official stylelint.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.4

5 days ago

1.0.0-rc.3

1 year ago

1.0.0-rc.2

2 years ago

0.7.0

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.7

4 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago