Skip to content

Commit

Permalink
build: upgrade stylelint-config-standard
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Aug 15, 2022
1 parent 78aed29 commit 09f351e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 6 deletions.
8 changes: 7 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
],
"rules": {
"no-descending-specificity": null,
"at-rule-no-unknown": null
"at-rule-no-unknown": null,
"annotation-no-unknown": [
true,
{
"ignoreAnnotations": "default"
}
]
}
}
27 changes: 23 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"standard-version": "^9.5.0",
"stylelint": "^14.10.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^26.0.0",
"stylelint-config-standard": "^27.0.0",
"stylelint-config-standard-scss": "^5.0.0",
"ts-node": "^10.9.1",
"typescript": "~4.7.4",
Expand Down

0 comments on commit 09f351e

Please sign in to comment.