Skip to content

Commit

Permalink
[Test] Fix Stylelint and npm warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
moisseev committed Apr 5, 2023
1 parent 62f6a21 commit 0aded6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .stylelintrc.json
Expand Up @@ -4,15 +4,11 @@
{
"files": ["**/*.html"],
"customSyntax": "postcss-html"
},
{
"files": ["**/*.js"],
"customSyntax": "@stylelint/postcss-css-in-js"
}
],
"ignoreFiles": [
"**/*.min.css",
"**/*.min.js",
"**/*.js",
"interface/css/d3evolution.css",
"interface/css/nprogress.css",
"interface/css/prism.css"
Expand All @@ -22,7 +18,7 @@
"at-rule-empty-line-before": null,
"color-hex-length": null,
"comment-empty-line-before": null,
"indentation": 4,
"media-feature-range-notation": "prefix",
"number-leading-zero": null,
"property-no-vendor-prefix": null,
"rule-empty-line-before": null,
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -3,8 +3,7 @@
"eslint": "*",
"stylelint": ">=13.6.0",
"stylelint-config-standard": "*",
"postcss-html": "*",
"@stylelint/postcss-css-in-js": "*"
"postcss-html": "*"
},
"eslintIgnore": [
"*.min.js",
Expand Down

0 comments on commit 0aded6c

Please sign in to comment.