Skip to content

Commit abb791c

Browse files
committed
✨ [feat] Add stylelint-config-standard dependency
- Introduced `stylelint-config-standard` version 40.0.0 to enhance stylelint configuration. - This addition provides a standard set of rules for linting styles, improving code quality and consistency across the project. Signed-off-by: Nick2bad4u <[email protected]>
1 parent 30f95f6 commit abb791c

3 files changed

Lines changed: 111 additions & 284 deletions

File tree

README.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -47,36 +47,6 @@
4747
</a>
4848
</p>
4949

50-
<!--
51-
This README file references multiple GitHub Actions workflows via badges to indicate
52-
the current status of various checks (linting, security scanning, deployment, etc.).
53-
Each badge provides a direct link to the corresponding workflow run,
54-
offering at-a-glance insight into the project's health checks and automation processes.
55-
-->
56-
57-
[![Action Lint](https://github.com/Nick2bad4u/UserStyles/actions/workflows/ActionLint.yml/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/ActionLint.yml)
58-
[![Bandit Linter](https://github.com/Nick2bad4u/UserStyles/actions/workflows/Bandit.yml/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/Bandit.yml)
59-
[![Black Formatter](https://github.com/Nick2bad4u/UserStyles/actions/workflows/black-formatter.yml/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/black-formatter.yml)
60-
[![Code Quality](https://github.com/Nick2bad4u/UserStyles/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/github-code-scanning/codeql)
61-
[![Dependabot Updates](https://github.com/Nick2bad4u/UserStyles/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/dependabot/dependabot-updates)
62-
[![Dependency Review](https://github.com/Nick2bad4u/UserStyles/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/dependency-review.yml)
63-
[![Dev Skim](https://github.com/Nick2bad4u/UserStyles/actions/workflows/devskim.yml/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/devskim.yml)
64-
[![Generate File List](https://github.com/Nick2bad4u/UserStyles/actions/workflows/generate-file-list.yml/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/generate-file-list.yml)
65-
[![GitHub Pages](https://github.com/Nick2bad4u/UserStyles/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/pages/pages-build-deployment)
66-
[![GitHub Static Pages](https://github.com/Nick2bad4u/UserStyles/actions/workflows/static.yml/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/static.yml)
67-
[![GitHub Pages - Generate XML sitemap](https://github.com/Nick2bad4u/UserStyles/actions/workflows/sitemap.yml/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/sitemap.yml)
68-
[![Labeler Workflow](https://github.com/Nick2bad4u/UserStyles/actions/workflows/label.yml/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/label.yml)
69-
[![OSSAR Analysis](https://github.com/Nick2bad4u/UserStyles/actions/workflows/ossar.yml/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/ossar.yml)
70-
[![OSV Scanner](https://github.com/Nick2bad4u/UserStyles/actions/workflows/osv-scanner.yml/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/osv-scanner.yml)
71-
[![Semgrep Linter](https://github.com/Nick2bad4u/UserStyles/actions/workflows/semgrep.yml/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/semgrep.yml)
72-
[![Snake](https://github.com/Nick2bad4u/UserStyles/actions/workflows/Snake.yml/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/Snake.yml)
73-
[![Sobelow](https://github.com/Nick2bad4u/UserStyles/actions/workflows/sobelow.yml/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/sobelow.yml)
74-
[![Stale Issues](https://github.com/Nick2bad4u/UserStyles/actions/workflows/stale.yml/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/stale.yml)
75-
[![StyleLint](https://github.com/Nick2bad4u/UserStyles/actions/workflows/stylelint.yml/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/stylelint.yml)
76-
[![Super Linter](https://github.com/Nick2bad4u/UserStyles/actions/workflows/super-linter.yml/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/super-linter.yml)
77-
[![Supply Chain Security](https://github.com/Nick2bad4u/UserStyles/actions/workflows/scorecards.yml/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/scorecards.yml)
78-
[![Welcome Greetings](https://github.com/Nick2bad4u/UserStyles/actions/workflows/greetings.yml/badge.svg)](https://github.com/Nick2bad4u/UserStyles/actions/workflows/greetings.yml)
79-
8050
<div align="center">
8151
<img
8252
src="https://github.com/Nick2bad4u/Nick2bad4u/blob/main/assets/GitHubProfileLines%20(2).gif?raw=true"

0 commit comments

Comments
 (0)