File tree Expand file tree Collapse file tree 2 files changed +257
-1
lines changed Expand file tree Collapse file tree 2 files changed +257
-1
lines changed Original file line number Diff line number Diff line change 2626 "check:watch" : " svelte-check --tsconfig ./tsconfig.json --watch" ,
2727 "lint" : " prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore ." ,
2828 "format" : " pretty-quick" ,
29- "package:local" : " svelte-package && pnpm i -D ./package"
29+ "package:local" : " svelte-package && pnpm i -D ./package" ,
30+ "contributors:add" : " all-contributors add" ,
31+ "contributors:generate" : " all-contributors generate"
3032 },
3133 "husky" : {
3234 "hooks" : {
4143 "@tailwindcss/typography" : " 0.5.7" ,
4244 "@typescript-eslint/eslint-plugin" : " 5.38.1" ,
4345 "@typescript-eslint/parser" : " 5.38.1" ,
46+ "all-contributors-cli" : " ^6.22.0" ,
4447 "autoprefixer" : " 10.4.12" ,
4548 "daisyui" : " 2.31.0" ,
4649 "eslint" : " 8.24.0" ,
You can’t perform that action at this time.
0 commit comments