-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: use stylelint at root * fix: stylelint module * chore: changeset
- Loading branch information
1 parent
d10c727
commit 335a4ab
Showing
9 changed files
with
167 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@virtual-live-lab/stylelint-config": patch | ||
--- | ||
|
||
Fix rules, add docs for installation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
|
||
# @virtual-live-lab/stylelint-config | ||
|
||
![NPM Version](https://img.shields.io/npm/v/%40virtual-live-lab%2Fstylelint-config) | ||
|
||
Stylelint configuration for Virtual Live Lab. | ||
|
||
## Installation | ||
|
||
### Use for css | ||
|
||
```bash | ||
npm install stylelint \ | ||
@virtual-live-lab/stylelint-config \ | ||
@double-great/stylelint-a11y \ | ||
stylelint-declaration-block-no-ignored-properties \ | ||
stylelint-value-no-unknown-custom-properties \ | ||
stylelint-config-recommended \ | ||
stylelint-config-standard \ | ||
stylelint-config-recess-order \ | ||
--save-dev | ||
``` | ||
|
||
### Use for scss | ||
|
||
```bash | ||
npm install stylelint \ | ||
@virtual-live-lab/stylelint-config \ | ||
@double-great/stylelint-a11y \ | ||
stylelint-declaration-block-no-ignored-properties \ | ||
stylelint-value-no-unknown-custom-properties \ | ||
stylelint-config-standard \ | ||
stylelint-config-standard-scss \ | ||
stylelint-config-sass-guidelines \ | ||
stylelint-config-recess-order \ | ||
--save-dev | ||
``` | ||
|
||
### Use for Astro | ||
|
||
```bash | ||
npm install stylelint \ | ||
@virtual-live-lab/stylelint-config \ | ||
@double-great/stylelint-a11y \ | ||
stylelint-declaration-block-no-ignored-properties \ | ||
stylelint-value-no-unknown-custom-properties \ | ||
stylelint-config-recommended \ | ||
stylelint-config-standard \ | ||
stylelint-config-recess-order \ | ||
stylelint-config-html \ | ||
--save-dev | ||
``` | ||
|
||
## License | ||
|
||
[MIT](https://choosealicense.com/licenses/mit/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.