Skip to content

Commit 4b75773

Browse files
chore(deps): update devdependency stylelint-config-standard to v29 (#494)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony Brix <tony@brix.ninja>
1 parent 37fd045 commit 4b75773

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"postcss-less": "^6.0.0",
8080
"semantic-release": "^19.0.5",
8181
"stylelint": "^14.16.0",
82-
"stylelint-config-standard": "^28.0.0",
82+
"stylelint-config-standard": "^29.0.0",
8383
"temp": "^0.9.4"
8484
},
8585
"scripts": {

stylelint.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module.exports = {
88
'selector-pseudo-element-colon-notation': 'double',
99
'no-extra-semicolons': true,
1010
'function-no-unknown': null,
11+
'import-notation': 'string',
1112
indentation: 'tab',
1213
'selector-type-no-unknown': [
1314
true, {

0 commit comments

Comments
 (0)