Skip to content

Commit b29ba0f

Browse files
committed
eslint: disable @typescript-eslint/no-require-imports on build.js
1 parent 766e7a8 commit b29ba0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env node
22

3+
/* eslint-disable @typescript-eslint/no-require-imports */
4+
35
// estrella build script
46
// ref: https://github.com/rsms/estrella
57

0 commit comments

Comments
 (0)