Skip to content

Commit

Permalink
eslint: disable @typescript-eslint/no-require-imports on build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhil committed Sep 3, 2024
1 parent 766e7a8 commit b29ba0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env node

/* eslint-disable @typescript-eslint/no-require-imports */

// estrella build script
// ref: https://github.com/rsms/estrella

Expand Down

0 comments on commit b29ba0f

Please sign in to comment.