Skip to content
Snippets Groups Projects
Commit 4246913d authored by squidfunk's avatar squidfunk Committed by Martin Donath
Browse files

Upgraded stylelint

parent 96678bd3
No related branches found
No related tags found
No related merge requests found
{
"extends": "stylelint-config-standard",
"extends": "stylelint-config-recommended",
"plugins": [
"stylelint-order",
"stylelint-scss"
......@@ -25,6 +25,7 @@
"font-family-name-quotes": "always-where-recommended",
"font-weight-notation": "numeric",
"function-url-quotes": "always",
"no-descending-specificity": null,
"no-unknown-animations": true,
"order/order": [
"custom-properties",
......
......@@ -20,6 +20,8 @@
/// DEALINGS
////
// stylelint-disable font-family-no-missing-generic-family-keyword
// ----------------------------------------------------------------------------
// Rules
// ----------------------------------------------------------------------------
......
......@@ -20,6 +20,8 @@
/// DEALINGS
////
// stylelint-disable no-duplicate-selectors
// ----------------------------------------------------------------------------
// Rules
// ----------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment