Skip to content

Commit 0f82007

Browse files
authored
chore: disable linting and prettier (#1928)
* Reverts the introduction of the lint-staged step for Prettier * Disables the GH Action for Stylelint
1 parent 2d5fe7f commit 0f82007

File tree

2 files changed

+0
-39
lines changed

2 files changed

+0
-39
lines changed

.github/workflows/linting.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,6 @@
101101
"last 2 iOS versions"
102102
],
103103
"lint-staged": {
104-
"*.{md,js,css,yml,hbs}": [
105-
"prettier --write --cache"
106-
],
107-
"components/*/*.css": [
108-
"stylelint --write"
109-
],
110104
"components/*/package.json": [
111105
"yarn lint:components",
112106
"prettier-package-json --write"

0 commit comments

Comments
 (0)