Skip to content

Commit

Permalink
fix:lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishasoumya-02 committed Jan 20, 2025
1 parent 9e803d5 commit 79bc27c
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,42 +48,6 @@
}
]
},
"stylelint": {
"extends": [
"stylelint-config-idiomatic-order"
],
"plugins": [
"stylelint-prettier"
],
"overrides": [
{
"files": [
"**/*.less"
],
"customSyntax": "postcss-less"
},
{
"files": [
"**/*.overrides"
],
"customSyntax": "postcss-less"
}
],
"rules": {
"prettier/prettier": true,
"rule-empty-line-before": [
"always-multi-line",
{
"except": [
"first-nested"
],
"ignore": [
"after-comment"
]
}
]
}
},
"dependencies": {
"@plone/volto": "workspace:*",
"@plone/registry": "workspace:*",
Expand Down

0 comments on commit 79bc27c

Please sign in to comment.