From de91d5f753e2e4d91a697bc3d5c2720603810390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 14 Jun 2021 07:12:22 +0200 Subject: Bump deps and use npm7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- stylelint.config.js | 35 +++-------------------------------- 1 file changed, 3 insertions(+), 32 deletions(-) (limited to 'stylelint.config.js') diff --git a/stylelint.config.js b/stylelint.config.js index 75c793f6..57358701 100644 --- a/stylelint.config.js +++ b/stylelint.config.js @@ -1,32 +1,3 @@ -module.exports = { - 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', - 'selector-pseudo-element-no-unknown': [ - true, - { - ignorePseudoElements: ['v-deep'], - }, - ], - }, - plugins: ['stylelint-scss'], -} +const stylelintConfig = require('@nextcloud/stylelint-config') + +module.exports = stylelintConfig -- cgit v1.2.3