summaryrefslogtreecommitdiffstats
path: root/.stylelintrc
diff options
context:
space:
mode:
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc14
1 files changed, 0 insertions, 14 deletions
diff --git a/.stylelintrc b/.stylelintrc
deleted file mode 100644
index 597e06bcb..000000000
--- a/.stylelintrc
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "rules": {
- "media-feature-name-no-unknown": true,
- "property-no-unknown": true,
- "selector-pseudo-class-no-unknown": true,
- "selector-pseudo-element-no-unknown": [true, {
- "ignorePseudoElements": ["v-deep"]
- }],
- "selector-type-no-unknown": true,
- "string-no-newline": true,
- "unit-case": "lower",
- "unit-no-unknown": true
- }
-}