File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import type commonjs from "@rollup/plugin-commonjs";
18
18
import type { Jiti , JitiOptions } from "jiti" ;
19
19
import type { EsbuildOptions } from "./builders/rollup/plugins/esbuild" ;
20
20
21
- // eslint-disable-next-line @typescript-eslint/ban-types
22
21
export type RollupCommonJSOptions = Parameters < typeof commonjs > [ 0 ] & { } ;
23
22
24
23
export interface BaseBuildEntry {
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ console.log("__dirname", __dirname);
6
6
console . log ( "import.meta.url" , import . meta. url ) ;
7
7
8
8
console . log ( arch ( ) ) ;
9
+ // eslint-disable-next-line @typescript-eslint/no-require-imports
9
10
console . log ( require ( "node:os" ) . arch ( ) ) ;
10
11
console . log ( require . resolve ( "rollup" ) ) ;
11
12
console . log ( testJSON ) ;
You can’t perform that action at this time.
0 commit comments