Skip to content

Commit

Permalink
Remove Wikimedia stylelint rules
Browse files Browse the repository at this point in the history
- Updated all dependencies to latest
- Removed Wikimedia stylelint to allow latest stylelint package
- Re-added rules that were throwing linter errors
  • Loading branch information
Abban committed Apr 2, 2024
1 parent aedbd2c commit 348c101
Show file tree
Hide file tree
Showing 3 changed files with 663 additions and 2,421 deletions.
15 changes: 12 additions & 3 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,20 @@
"coverage/*"
],
"extends": [
"stylelint-config-recommended",
"@stylistic/stylelint-config",
"stylelint-config-standard-scss",
"stylelint-config-standard-vue/scss",
"stylelint-config-wikimedia"
"stylelint-config-standard-vue/scss"
],
"rules": {
"max-line-length": 180,
"@stylistic/indentation": "tab",
"@stylistic/function-whitespace-after": "always",
"@stylistic/function-parentheses-space-inside": "always",
"@stylistic/max-line-length": 180,
"@stylistic/media-feature-parentheses-space-inside": "always",
"@stylistic/selector-attribute-brackets-space-inside": "always",
"@stylistic/selector-pseudo-class-parentheses-space-inside": "always",
"@stylistic/string-quotes": "single",
"selector-max-id": 2,
"function-url-quotes": "always",
"color-hex-length": "long",
Expand All @@ -23,6 +31,7 @@
"function-no-unknown": null,
"media-feature-range-notation": "prefix",
"function-disallowed-list": null,
"font-family-name-quotes": "always-unless-keyword",
"at-rule-no-unknown": [
true,
{
Expand Down
Loading

0 comments on commit 348c101

Please sign in to comment.