Skip to content

Commit

Permalink
Remove stylelint recommended, fix unknown rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Nov 10, 2024
1 parent 6cbc791 commit 9ed4e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"stylelint-csstree-validator"
],
"extends": [
"stylelint-config-standard",
"stylelint-config-recommended"
"stylelint-config-standard"
],
"rules": {
"csstree/validator": true,
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"stylelint": "^15.11.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-standard": "^30.0.1",
"stylelint-csstree-validator": "^3.0.0",
"stylelint-order": "^6.0.3"
},
"dependencies": {}
}
}

0 comments on commit 9ed4e39

Please sign in to comment.