Skip to content
Snippets Groups Projects
Commit 1a30b82b authored by Kim Christiansen's avatar Kim Christiansen Committed by Christian Kuhn
Browse files

[TASK] Add " around ignore in .stylelintrc

.stylelintrc is a json-like config and needs
to quote keys.

Releases: master
Resolves: #95785
Change-Id: I626e956af5ffa70f664764fd746c102c73e740be
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71980


Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 63a387ca
Branches
Tags
No related merge requests found
......@@ -156,7 +156,7 @@
"selector-type-no-unknown": [
true,
{
ignore: [
"ignore": [
"custom-elements"
]
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment