I am done with trying to debug this

This commit is contained in:
Blair Vanderlugt 2021-08-16 08:20:50 -04:00
parent 79d68c2350
commit 52254abf01
2 changed files with 119 additions and 24873 deletions

File diff suppressed because it is too large Load Diff

View File

@ -90,8 +90,13 @@
"yargs": "^13.3.2" "yargs": "^13.3.2"
}, },
"lint-staged": { "lint-staged": {
"src/**/*.{js,ts,scss,md,html,json}": ["prettier --write", "git add"], "src/**/*.{js,ts,scss,md,html,json}": [
"*.scss": ["stylelint src/**/*.scss"] "prettier --write",
"git add"
],
"*.scss": [
"stylelint src/**/*.scss"
]
}, },
"husky": { "husky": {
"hooks": { "hooks": {