Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
skick1234 committed Oct 27, 2024
1 parent a7441f7 commit f7b16ad
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 0 deletions.
Empty file modified .codecov.yml
100755 → 100644
Empty file.
Empty file modified .commitlintrc.json
100755 → 100644
Empty file.
Empty file modified .deepsource.toml
100755 → 100644
Empty file.
Empty file modified .editorconfig
100755 → 100644
Empty file.
Empty file modified .github/CODE_OF_CONDUCT.md
100755 → 100644
Empty file.
Empty file modified .github/ISSUE_TEMPLATE/bug_report.md
100755 → 100644
Empty file.
Empty file modified .husky/.gitignore
100755 → 100644
Empty file.
1 change: 1 addition & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
. "$(dirname "$0")/_/husky.sh"

pnpm install --frozen-lockfile
pnpm run lint
pnpm run type
pnpm run test
Empty file modified .prettierrc.json
100755 → 100644
Empty file.
Empty file modified LICENSE
100755 → 100644
Empty file.
Empty file modified src/core/manager/index.ts
100755 → 100644
Empty file.
Empty file modified tests/raw/discord.ts
100755 → 100644
Empty file.
Empty file modified tsup.config.ts
100755 → 100644
Empty file.
1 change: 1 addition & 0 deletions wiki/Projects-Hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- [distube-yandex-music-plugin](https://www.npmjs.com/package/distube-yandex-music-plugin): Support Yandex Music.

### PlayableExtractorPlugin

- [distube-vk-music-plugin](https://www.npmjs.com/package/distube-vk-music-plugin): Support VK Music.

# Bots
Expand Down

0 comments on commit f7b16ad

Please sign in to comment.