diff --git a/.stylelintignore b/.stylelintignore deleted file mode 100644 index 378eac25d..000000000 --- a/.stylelintignore +++ /dev/null @@ -1 +0,0 @@ -build diff --git a/.stylelintrc b/.stylelintrc deleted file mode 100644 index adfa9490f..000000000 --- a/.stylelintrc +++ /dev/null @@ -1,26 +0,0 @@ -{ - "extends": "stylelint-config-standard", - "rules": { - "indentation": 2, - "at-rule-empty-line-before": null, - "selector-pseudo-class-no-unknown": [ true, { - "ignorePseudoClasses": [ - "export", - "import", - "global", - "local" - ] - }], - "property-no-unknown": [ true, { - "ignoreProperties": [ - "composes" - ] - }], - "at-rule-no-unknown": [ true, { - "ignoreAtRules": [ - "value" - ] - }], - "value-keyword-case": null - } -}