Skip to content

Commit

Permalink
🛠️ - Changed clean order to recess order (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenBruggink authored Jan 16, 2024
1 parent 5ff471e commit 391e068
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@buildinams/lint",
"description": "BiA's base lint config(s).",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"author": "Build in Amsterdam <development@buildinamsterdam.com> (https://www.buildinamsterdam.com/)",
"exports": {
Expand Down Expand Up @@ -55,8 +55,8 @@
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.1.1",
"stylelint": "^16.1.0",
"stylelint-config-clean-order": "^5.4.0",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-order": "^6.0.4",
Expand Down
2 changes: 1 addition & 1 deletion stylelint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
"stylelint-config-css-modules",

// Enforce a logical order for CSS properties
"stylelint-config-clean-order",
"stylelint-config-recess-order",
],

plugins: [
Expand Down

0 comments on commit 391e068

Please sign in to comment.