Skip to content

Commit

Permalink
chore: update shared config & lint
Browse files Browse the repository at this point in the history
  • Loading branch information
0t4u committed Aug 12, 2024
1 parent c003e43 commit 25878d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @ts-check
import config from '@shipgirl/eslint-config';

export default [ ...config ];
export default [ ...config(import.meta.dirname) ];
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@augu/eslint-config": "5.2.4",
"@eslint/js": "^9.9.0",
"@shipgirl/eslint-config": "^0.1.2",
"@shipgirl/eslint-config": "^0.2.0",
"@stylistic/eslint-plugin": "^2.6.2",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.2.0",
Expand Down
1 change: 0 additions & 1 deletion src/guild/Player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ export declare interface IPlayer {
emit(event: string | symbol, ...args: unknown[]): boolean;
}


/**
* Wrapper object around Lavalink
*/
Expand Down

0 comments on commit 25878d0

Please sign in to comment.