Skip to content

Commit

Permalink
chore: removes stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmontgomery committed Apr 28, 2024
1 parent 6ac50b8 commit 64306f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"dev:test": "jest --watch",
"lint": "run-p lint:*",
"lint:next": "next lint",
"lint:style": "stylelint **/*.css",
"lint:build": "tsc --noEmit",
"lint:prettier": "prettier --check .",
"prettier": "prettier --write .",
Expand Down Expand Up @@ -64,9 +63,6 @@
"lint-staged": "^15.2.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"stylelint": "^16.4.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-prettier": "^5.0.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
},
Expand Down

0 comments on commit 64306f1

Please sign in to comment.