Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-14 09:55:36 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-16 09:36:02 +0300
commite7a034d43d8b5ce84a51c73f9afaf894c5d10b90 (patch)
tree1e3e6dfe11bccad0bee02449b5224dadb1523ea3 /stylelint.config.js
parent0a6791dc89da456306189e5634fd0e4f5999a5e6 (diff)
Bump deps and use npm7
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'stylelint.config.js')
-rw-r--r--stylelint.config.js35
1 files changed, 3 insertions, 32 deletions
diff --git a/stylelint.config.js b/stylelint.config.js
index 75c793f6..69bc6eb6 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 babelConfig = require('@nextcloud/stylelint-config')
+
+module.exports = babelConfig