Skip to content

Commit

Permalink
Bump stylelint-config-standard from 36.0.1 to 37.0.0 in /src/LondonTr…
Browse files Browse the repository at this point in the history
…avel.Site (#2994)
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 1d849c5 commit 916ad76
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 58 deletions.
161 changes: 105 additions & 56 deletions src/LondonTravel.Site/package-lock.json

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

4 changes: 2 additions & 2 deletions src/LondonTravel.Site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "npm run compile && npm run format && npm run lint",
"compile": "webpack",
"format": "prettier --write assets/**/*.ts && stylelint --fix assets/*/*.css",
"format": "prettier --write assets/**/*.ts && stylelint --fix lax assets/*/*.css",
"format-check": "prettier --check assets/**/*.ts && stylelint assets/*/*.css",
"lint": "eslint assets",
"watch": "webpack --watch"
Expand All @@ -34,7 +34,7 @@
"prettier": "^3.4.2",
"style-loader": "^4.0.0",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard": "^37.0.0",
"ts-loader": "^9.5.2",
"tsify": "^5.0.4",
"typescript": "^5.7.3",
Expand Down

0 comments on commit 916ad76

Please sign in to comment.