Skip to content

Commit

Permalink
Merge pull request #2 from kaa-it/fix/stylelint
Browse files Browse the repository at this point in the history
fix: remove yarn and fix stylelint
  • Loading branch information
yandex-praktikum authored Feb 20, 2024
2 parents 72c83f2 + be1e6e0 commit 11deff0
Show file tree
Hide file tree
Showing 18 changed files with 4,779 additions and 18,871 deletions.
12 changes: 9 additions & 3 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": [
"stylelint-config-standard"
"stylelint-config-standard-scss"
],
"plugins": [
"stylelint-order"
Expand All @@ -12,6 +12,12 @@
"function-linear-gradient-no-nonstandard-direction": true,
"string-no-newline": true,
"unit-no-unknown": true,
"no-descending-specificity": [
true,
{
"ignore": ["selectors-within-list"]
}
],
"property-no-unknown": [
true,
{
Expand All @@ -26,7 +32,7 @@
"selector-pseudo-element-no-unknown": true,
"selector-type-no-unknown": true,
"media-feature-name-no-unknown": true,
"at-rule-no-unknown": true,
"scss/at-rule-no-unknown": true,
"comment-no-empty": true,
"no-empty-source": true,
"no-invalid-double-slash-comments": true,
Expand Down Expand Up @@ -344,4 +350,4 @@
"stroke-width"
]
}
}
}
1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

Loading

0 comments on commit 11deff0

Please sign in to comment.