Доработки по Styelint
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user