Skip to content

Commit

Permalink
Merge pull request #13 from atolye15/develop
Browse files Browse the repository at this point in the history
fix parse error that occurs while linting scss files
  • Loading branch information
hsnaydd committed Nov 1, 2021
2 parents 5d08206 + 6fa2f1e commit 2a9a033
Show file tree
Hide file tree
Showing 3 changed files with 1,092 additions and 4 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
"stylelint-scss",
"stylelint-no-px"
],
"customSyntax": 'postcss-scss',
"rules": {
"at-rule-disallowed-list": ["debug", "extend"],
"at-rule-no-vendor-prefix": true,
Expand Down Expand Up @@ -37,8 +38,6 @@ module.exports = {
},
"font-family-name-quotes": "always-where-recommended",
"font-weight-notation": "numeric",
"function-calc-no-invalid": true,
"function-calc-no-unspaced-operator": true,
"function-comma-newline-after": "always-multi-line",
"function-comma-space-after": "always-single-line",
"function-comma-space-before": "never",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atolye15/stylelint-config",
"version": "2.0.0",
"version": "2.0.1",
"description": "Atölye15 shareable config for stylelint.",
"main": "index.js",
"keywords": [
Expand All @@ -22,9 +22,10 @@
},
"homepage": "https://github.com/atolye15/stylelint-config#readme",
"peerDependencies": {
"stylelint": "^14.0.0"
"stylelint": "^14.0.1"
},
"dependencies": {
"postcss-scss": "^4.0.1",
"stylelint-declaration-block-no-ignored-properties": "^2.4.0",
"stylelint-declaration-strict-value": "^1.7.12",
"stylelint-no-px": "^1.0.1",
Expand Down

0 comments on commit 2a9a033

Please sign in to comment.