Доработки по Styelint

This commit is contained in:
2026-02-19 21:51:05 +04:00
parent 14d13915c9
commit 17378965fd
3 changed files with 3 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ export default {
rules: { rules: {
'block-no-empty': null, 'block-no-empty': null,
'no-invalid-double-slash-comments': null, 'no-invalid-double-slash-comments': null,
'no-invalid-position-declaration': [true, { ignoreAtRules: ['media'] }],
'property-disallowed-list': [ 'property-disallowed-list': [
'animation', 'animation',
'background', 'background',

View File

@@ -12,6 +12,7 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"postcss": "^8.5.6",
"postcss-html": "^1.8.1", "postcss-html": "^1.8.1",
"stylelint-config-standard-scss": "^17.0.0", "stylelint-config-standard-scss": "^17.0.0",
"stylelint-order": "^7.0.1" "stylelint-order": "^7.0.1"

View File

@@ -64,6 +64,7 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@advdominion/stylelint-config@workspace:packages/stylelint-config" resolution: "@advdominion/stylelint-config@workspace:packages/stylelint-config"
dependencies: dependencies:
postcss: "npm:^8.5.6"
postcss-html: "npm:^1.8.1" postcss-html: "npm:^1.8.1"
stylelint-config-standard-scss: "npm:^17.0.0" stylelint-config-standard-scss: "npm:^17.0.0"
stylelint-order: "npm:^7.0.1" stylelint-order: "npm:^7.0.1"