Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Dec 7, 2024
1 parent 0412c1d commit 3dc79bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-plugin-isaacscript/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ const plugin = {

addPluginToConfigs(configs, name);

// ESLint plugins must provide a default export by design.
// eslint-disable-next-line
export default plugin;

/**
Expand Down
3 changes: 0 additions & 3 deletions packages/isaacscript-cli/src/test.ts

This file was deleted.

0 comments on commit 3dc79bb

Please sign in to comment.