Skip to content

Commit

Permalink
chore(deps): update dependency stylelint to v16 (#100)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency stylelint to v16

* feat: modifications for stylelint v16

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jens Simon <jens.simon80@googlemail.com>
  • Loading branch information
renovate[bot] and jenssimon authored Jan 6, 2024
1 parent 325b2a8 commit 8496e2e
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 243 deletions.
1 change: 0 additions & 1 deletion lib/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module.exports = (config, order) => ({
rules: {
'at-rule-empty-line-before': null,
'at-rule-no-unknown': null,
indentation: 2,
'rule-empty-line-before': null,
'declaration-empty-line-before': null,
'shorthand-property-no-redundant-values': null,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"stylelint-config-recess-order": "^4.3.0",
"stylelint-config-standard-scss": "^11.0.0"
"stylelint-config-standard-scss": "^13.0.0"
},
"peerDependencies": {
"stylelint": ">=14.0.0"
Expand All @@ -47,7 +47,7 @@
"lint-staged": "^15.0.2",
"pinst": "^3.0.0",
"semantic-release": "^22.0.5",
"stylelint": "^15.11.0"
"stylelint": "^16.0.0"
},
"eslintConfig": {
"extends": [
Expand Down
7 changes: 0 additions & 7 deletions sfra.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
extends: 'stylelint-config-standard-scss',
rules: {
indentation: 4,
'scss/at-import-no-partial-leading-underscore': true,
'scss/at-import-partial-extension-blacklist': ['scss'],
'scss/dollar-variable-no-missing-interpolation': true,
Expand All @@ -14,20 +13,15 @@ module.exports = {
],
}],
'at-rule-no-unknown': null,
'block-closing-brace-newline-after': ['always', { ignoreAtRules: ['if', 'else'] }],
'font-family-no-missing-generic-family-keyword': null,
'no-descending-specificity': null,
'no-duplicate-selectors': null,

'max-empty-lines': null,

'alpha-value-notation': null,
'color-function-notation': null,
'font-family-name-quotes': null,
'function-url-quotes': null,
'import-notation': null,
'max-line-length': null,
'no-empty-first-line': null,
'number-max-precision': null,
'property-no-vendor-prefix': null,
'scss/at-mixin-argumentless-call-parentheses': null,
Expand All @@ -43,6 +37,5 @@ module.exports = {
'selector-id-pattern': null,
'selector-not-notation': null,
'shorthand-property-no-redundant-values': null,
'string-quotes': null,
},
}
Loading

0 comments on commit 8496e2e

Please sign in to comment.