Skip to content

Commit

Permalink
[Test] Fix Stylelint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
moisseev committed Jun 7, 2023
1 parent a9d530b commit d891206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@
{
"files": ["**/*.html"],
"customSyntax": "postcss-html"
},
{
"files": ["**/*.js"],
"customSyntax": "@stylelint/postcss-css-in-js"
}
],
"ignoreFiles": ["**/*.js"],
"rules": {
"at-rule-empty-line-before": null,
"color-hex-length": null,
"comment-empty-line-before": null,
"indentation": 4,
"number-leading-zero": null,
"rule-empty-line-before": null,
"selector-type-no-unknown": [true, {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"eslint": "*",
"eslint-plugin-html": "*",
"stylelint-config-standard": "*",
"postcss-html": "*",
"@stylelint/postcss-css-in-js": "*"
"postcss-html": "*"
}
}

0 comments on commit d891206

Please sign in to comment.