Skip to content

Commit

Permalink
Updating stylelint and related libraries (#2244)
Browse files Browse the repository at this point in the history
* Updated stylelint versions

* Updated precommit hook config to use new versions of stylelint and related libraries. Updated base.css for updated version of stylelint

* Reverted global function and color function changes since gulp doesn't recognize them
  • Loading branch information
joshuastegmaier authored Jan 23, 2024
1 parent 2cb6bb0 commit d98481d
Show file tree
Hide file tree
Showing 5 changed files with 1,443 additions and 2,684 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ repos:
hooks:
- id: stylelint
additional_dependencies:
- 'stylelint@^13.8.0'
- 'stylelint-config-prettier@^8.0.2'
- 'stylelint-config-recommended@^3.0.0'
- 'stylelint-value-no-unknown-custom-properties@^4.0.0'
- 'stylelint@^16.2.0'
- 'stylelint-config-recommended@^14.0.0'
- 'stylelint-value-no-unknown-custom-properties@^6.0.1'
- 'stylelint-config-standard-scss@^13.0.0'
- repo: https://github.com/aws-cloudformation/cfn-python-lint
rev: v0.82.2
hooks:
Expand Down
3 changes: 3 additions & 0 deletions .stylelintrc.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
extends:
- stylelint-config-recommended
- stylelint-config-standard-scss

plugins:
- stylelint-value-no-unknown-custom-properties
Expand All @@ -8,3 +9,5 @@ rules:
no-descending-specificity: null
at-rule-no-unknown: null
csstools/value-no-unknown-custom-properties: true
scss/dollar-variable-empty-line-before: null
property-no-vendor-prefix: null
Loading

0 comments on commit d98481d

Please sign in to comment.