Skip to content

Commit

Permalink
Update eslint.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Sep 28, 2024
1 parent b779a50 commit 369e0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import importX from 'eslint-plugin-import-x';
import jsdoc from 'eslint-plugin-jsdoc';
import regexp from 'eslint-plugin-regexp';
import neostandard, { plugins as neostdplugins } from 'neostandard';
import globals from 'globals';
import neostandard, { plugins as neostdplugins } from 'neostandard';

export default [
{
Expand Down

0 comments on commit 369e0d5

Please sign in to comment.