Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update stylelint to use a11y plugin #2677

Merged
merged 50 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
152bbaf
chore: update stylelint to use a11y plugin
nmerget May 24, 2024
371420b
fix: issues with (prefers-reduced-motion: reduce)
nmerget May 24, 2024
84217a9
fix: issues with switch
nmerget May 24, 2024
1f3d382
chore: update from main
nmerget Jun 17, 2024
cd08dce
fix: issue with stylelint prefers-reduced-motion
nmerget Jun 18, 2024
084aabd
chore: update from main
nmerget Jun 24, 2024
013ec3a
chore: update from main
nmerget Jun 27, 2024
6e44485
fix: issue from PR
nmerget Jun 28, 2024
dee9058
chore: update from main
nmerget Jul 5, 2024
fe8c167
Merge branch 'main' into 388-stylelint-a11y-plugin
nmerget Jul 8, 2024
63cca82
refactor: optimization
mfranzke Jul 11, 2024
e443195
refactor: simplification
mfranzke Jul 11, 2024
16d38ef
refactor: simplification
mfranzke Jul 11, 2024
da6aac7
refactor: simplification
mfranzke Jul 11, 2024
97087a2
refactor: order
mfranzke Jul 11, 2024
33fb150
refactor: simplification
mfranzke Jul 11, 2024
9197f35
refactor: simplification
mfranzke Jul 11, 2024
3411069
refactor: resilience
mfranzke Jul 11, 2024
8fff675
chore: order
mfranzke Jul 11, 2024
b81740e
refactor: corrected this
mfranzke Jul 11, 2024
f62a565
refactor: resilience
mfranzke Jul 11, 2024
dc438c3
refactor: resilience
mfranzke Jul 11, 2024
9714447
refactor: resilience
mfranzke Jul 11, 2024
1e8245d
chore: update from main
nmerget Jul 12, 2024
0bc4b54
Merge remote-tracking branch 'origin/388-stylelint-a11y-plugin' into …
nmerget Jul 12, 2024
5d32fad
Update .stylelintrc.json
nmerget Jul 12, 2024
e03dfd7
Update packages/components/src/components/accordion-item/accordion-it…
nmerget Jul 12, 2024
e4eb92e
Update packages/components/src/components/navigation-item/navigation-…
nmerget Jul 12, 2024
3dfb86e
Update packages/components/src/styles/_popover-component.scss
nmerget Jul 12, 2024
304f0d9
fix: issues from linting
nmerget Jul 12, 2024
eff1df0
refactor: added new rule
mfranzke Jul 12, 2024
b432cd3
fix: issue with stylelint
nmerget Jul 15, 2024
c83aa4e
Merge branch 'main' into 388-stylelint-a11y-plugin
mfranzke Jul 15, 2024
f2ecb66
Merge branch 'main' into 388-stylelint-a11y-plugin
mfranzke Jul 15, 2024
980e1cd
Update navigation-item.scss
mfranzke Jul 15, 2024
37d9564
Merge branch '388-stylelint-a11y-plugin' of https://github.com/db-ui/…
mfranzke Jul 15, 2024
1b4bb8a
Update radio.scss
mfranzke Jul 15, 2024
8e4a973
fix: added missing character
mfranzke Jul 15, 2024
7c322a1
Merge branch '388-stylelint-a11y-plugin' of https://github.com/db-ui/…
mfranzke Jul 15, 2024
aaf90c8
refactor: resilience
mfranzke Jul 15, 2024
9fac68f
refactor: resilience
mfranzke Jul 15, 2024
c1ce368
refactor: resilience
mfranzke Jul 15, 2024
d3322eb
refactor: resilience
mfranzke Jul 15, 2024
7132c08
refactor: resilience
mfranzke Jul 15, 2024
e4c18e4
Update _placeholder.scss
mfranzke Jul 15, 2024
843ccac
Update switch.scss
mfranzke Jul 16, 2024
36058d4
Merge branch 'main' into 388-stylelint-a11y-plugin
mfranzke Jul 16, 2024
fc5da79
refactor: regenerate lock file
mfranzke Jul 16, 2024
2f9aea6
refactor: it seems to be possible to move these declarations anyhow
mfranzke Jul 16, 2024
1ff94fb
refactor: regenerate lock file
mfranzke Jul 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 22 additions & 16 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
{
"extends": [
"stylelint-config-sass-guidelines",
"stylelint-config-prettier"
"stylelint-config-standard",
"stylelint-config-sass-guidelines"
],
"plugins": ["stylelint-use-logical"],
"plugins": ["stylelint-use-logical", "@double-great/stylelint-a11y"],
"rules": {
"a11y/media-prefers-reduced-motion": true,
"a11y/no-outline-none": true,
"a11y/selector-pseudo-class-focus": true,
"csstools/use-logical": ["always", { "except": ["float"] }],
"order/properties-alphabetical-order": null,
"scss/operator-no-newline-after": null,
"declaration-empty-line-before": null,
"selector-no-qualifying-type": null,
"selector-class-pattern": null,
"scss/dollar-variable-pattern": null,
"scss/selector-no-redundant-nesting-selector": null,
"max-nesting-depth": null,
"selector-type-no-unknown": [true, { "ignoreTypes": ["/^db/"] }],
"no-descending-specificity": null,
mfranzke marked this conversation as resolved.
Show resolved Hide resolved
"selector-max-compound-selectors": null,
"scss/at-extend-no-missing-placeholder": null,
"declaration-property-value-disallowed-list": null,
"scss/percent-placeholder-pattern": null,
"scss/at-mixin-pattern": null,
"scss/at-import-partial-extension": null,
"selector-max-id": null
"selector-no-qualifying-type": [
true,
{
"ignore": ["attribute"]
}
],
"number-max-precision": null,
"annotation-no-unknown": [
true,
{
"ignoreAnnotations": ["default", "global"]
}
],
"declaration-property-value-no-unknown": true
}
}
Loading
Loading