Skip to content

Commit

Permalink
fix: commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Dec 6, 2024
1 parent a40c1eb commit b16ed1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

8 changes: 4 additions & 4 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import js from '@eslint/js'
import prettierRecommended from 'eslint-plugin-prettier/recommended'
import globals from 'globals'
const js = require('@eslint/js')
const prettierRecommended = require('eslint-plugin-prettier/recommended')
const globals = require('globals')

export default [
module.exports = [
js.configs.recommended,
prettierRecommended,
{
Expand Down

0 comments on commit b16ed1e

Please sign in to comment.