Skip to content

Commit 9e54002

Browse files
committed
chore(napi/transform): enable oxlint (#14572)
1 parent 1cc7ee9 commit 9e54002

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

napi/transform/test/transform.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ describe('helpers', () => {
172172
});
173173

174174
describe('modules', () => {
175-
it('should transform export = and import ', () => {
175+
it('should transform `export =` and `import =`', () => {
176176
const code = `
177177
export = function foo (): void {}
178178
import bar = require('bar')

oxlintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"tasks/coverage/**",
4444
"crates/oxc_semantic/tests/**",
4545
"napi/minify/**", // TODO
46-
"napi/transform/**", // TODO
4746
"apps/oxlint" // TODO
4847
]
4948
}

0 commit comments

Comments
 (0)