Skip to content

Commit

Permalink
Merge pull request #2065 from oasisprotocol/lw/rm-stylelint
Browse files Browse the repository at this point in the history
Remove stylelint (we have 1 css file)
  • Loading branch information
lukaw3d authored Oct 8, 2024
2 parents aa5dee4 + 2cf211d commit 4afb9b7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 497 deletions.
1 change: 1 addition & 0 deletions .changelog/2065.trivial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove stylelint (we have 1 css file)
5 changes: 0 additions & 5 deletions .stylelintrc

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"checkTs": "tsc --noEmit",
"lint": "eslint --ext js,ts,tsx ./",
"lint:fix": "yarn run lint --fix",
"lint:css": "stylelint src/**/*.css",
"lint-git": "node ./internals/scripts/gitlint.js",
"lint-docs": "markdownlint --ignore '**/node_modules/**' '**/*.md'",
"lint-changelog": "markdownlint --config .changelog/.markdownlint.yml .changelog/",
Expand Down Expand Up @@ -153,8 +152,6 @@
"serve-handler": "6.1.5",
"stream-browserify": "3.0.0",
"string_decoder": "1.3.0",
"stylelint": "15.11.0",
"stylelint-config-recommended": "13.0.0",
"ts-jest": "29.1.1",
"typescript": "5.2.2",
"util": "0.12.5",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packageRules": [
{
"groupName": "lint dependencies",
"matchPackagePatterns": ["eslint", "prettier", "stylelint"]
"matchPackagePatterns": ["eslint", "prettier"]
},
{
"groupName": "test dependencies",
Expand Down
Loading

0 comments on commit 4afb9b7

Please sign in to comment.