Skip to content

Commit d217da1

Browse files
committed
refactor: upgrade to ESLint 9 and ts-node-maintained
1 parent c5f7722 commit d217da1

File tree

7 files changed

+1158
-876
lines changed

7 files changed

+1158
-876
lines changed

ace.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
/**
2020
* Register hook to process TypeScript files using ts-node
2121
*/
22-
import { register } from 'node:module'
23-
register('ts-node/esm', import.meta.url)
22+
import 'ts-node-maintained/register/esm'
2423

2524
/**
2625
* Import ace console entrypoint

eslint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import { configApp } from '@adonisjs/eslint-config'
2+
export default configApp()

0 commit comments

Comments
 (0)