summaryrefslogtreecommitdiffstats
path: root/.stylelintrc
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-10 18:40:59 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-11 15:31:29 +0200
commit75f0d3c093de01365f85e8e3035291d9a9a8c889 (patch)
treeb84b25a2e6eb16c00a74fd6db8b0f446ef661a03 /.stylelintrc
parent3f3ad0eeb8e01fe725a89ad196d23f22ad33de41 (diff)
Vue cleanup and init
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc40
1 files changed, 20 insertions, 20 deletions
diff --git a/.stylelintrc b/.stylelintrc
index ce743ad9..3d88cf73 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -1,22 +1,22 @@
{
- "extends": "stylelint-config-recommended-scss",
- "rules": {
- "indentation": "tab",
- "selector-type-no-unknown": null,
- "number-leading-zero": null,
- "rule-empty-line-before": ["always", {
- "ignore": ["after-comment", "inside-block"]
- }],
- "declaration-empty-line-before": ["never", {
- "ignore": ["after-declaration"]
- }],
- "comment-empty-line-before": null,
- "selector-type-case": null,
- "selector-list-comma-newline-after": null,
- "no-descending-specificity": null,
- "string-quotes": "single",
- },
- "plugins": [
- "stylelint-scss"
- ]
+ "extends": "stylelint-config-recommended-scss",
+ "rules": {
+ "indentation": "tab",
+ "selector-type-no-unknown": null,
+ "number-leading-zero": null,
+ "rule-empty-line-before": ["always", {
+ "ignore": ["after-comment", "inside-block"]
+ }],
+ "declaration-empty-line-before": ["never", {
+ "ignore": ["after-declaration"]
+ }],
+ "comment-empty-line-before": null,
+ "selector-type-case": null,
+ "selector-list-comma-newline-after": null,
+ "no-descending-specificity": null,
+ "string-quotes": "single"
+ },
+ "plugins": [
+ "stylelint-scss"
+ ]
}