From 79bc27c74756776212f7752b8a4897c32b8154b2 Mon Sep 17 00:00:00 2001 From: Tisha Soumya Date: Mon, 20 Jan 2025 16:07:44 +0530 Subject: [PATCH] fix:lint --- package.json | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/package.json b/package.json index b8f032b..c656e0f 100644 --- a/package.json +++ b/package.json @@ -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:*",