v-wordpress-plugin-updater/.stylelintrc.json
nikolai@vontainment.com fb88a9e08a new file: .eslintrc.json
new file:   .github/workflows/ci.yml
	new file:   .github/workflows/codeql.yml
	deleted:    .github/workflows/mega-linter.yml
	new file:   .github/workflows/pr-auto-fix.yml
	deleted:    .mega-linter.yml
	new file:   .stylelintrc.json
	modified:   phpcs.xml
	new file:   phpstan.neon
	new file:   phpunit.xml
2025-08-13 22:26:00 -04:00

7 lines
117 B
JSON

{
"extends": "stylelint-config-standard",
"rules": {
"indentation": 2,
"color-hex-length": "short"
}
}