Skip to content

Commit

Permalink
Merge pull request #1521 from tj-actions/renovate/stylelint-16.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency stylelint to v16
  • Loading branch information
repo-ranger[bot] authored Dec 8, 2023
2 parents a6eee2f + c8b46d5 commit b475984
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 255 deletions.
5 changes: 1 addition & 4 deletions test-app/.stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"extends": [
"stylelint-config-standard",
"stylelint-config-prettier"
],
"extends": ["stylelint-config-standard"],
"rules": {
"selector-class-pattern": null,
"keyframes-name-pattern": null
Expand Down
3 changes: 1 addition & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.1",
"stylelint": "15.11.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint": "16.0.1",
"stylelint-config-standard": "35.0.0"
}
}
Loading

0 comments on commit b475984

Please sign in to comment.