Skip to content

Commit

Permalink
update ESLint configuration: change import statements to use ES modul…
Browse files Browse the repository at this point in the history
…e syntax
  • Loading branch information
killerwolf committed Jan 6, 2025
1 parent 27bc90d commit 0a198ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import eslint from '@eslint/js';
import tsPlugin from '@typescript-eslint/eslint-plugin';
import prettierPlugin from 'eslint-plugin-prettier';
import eslint from '@eslint/js'
import tsPlugin from '@typescript-eslint/eslint-plugin'
import prettierPlugin from 'eslint-plugin-prettier'

export default [
{
Expand Down Expand Up @@ -31,4 +31,4 @@ export default [
{
ignores: ['dist', 'node_modules'],
},
];
]

0 comments on commit 0a198ee

Please sign in to comment.