Skip to content

Commit

Permalink
Remove unused old eslint version files
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
otaviojacobi committed Jan 15, 2025
1 parent d9f21b4 commit 53be743
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 118 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

21 changes: 0 additions & 21 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion automation/build-bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ async function zipPkg() {
);
}
await fs.mkdirp(path.dirname(outputFile));
await new Promise((resolve, reject) => {
await new Promise<void>((resolve, reject) => {
console.log(`Zipping standalone package to "${outputFile}"...`);

const archive = archiver('zip', {
Expand Down
Loading

0 comments on commit 53be743

Please sign in to comment.