Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shoonia committed Dec 23, 2024
1 parent 3b7e2c3 commit da8104a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ export default ts.config(
ignores: [
'dist',
],
languageOptions: {
ecmaVersion: 2024,
sourceType: 'module',
globals: {
process: 'readonly',
},
},
},
js.configs.recommended,
...ts.configs.recommended,
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-env node */
import { resolve } from 'node:path';
import { realpathSync } from 'node:fs';
import webpack from 'webpack';
Expand Down

0 comments on commit da8104a

Please sign in to comment.