Skip to content

Commit 01d7df0

Browse files
committed
chore: rename
1 parent 3351e92 commit 01d7df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { defineConfig } from 'eslint/config'
22
import globals from 'globals'
3-
import ignore from 'eslint-config-flat-gitignore'
3+
import eslintConfigFlatGitIgnore from 'eslint-config-flat-gitignore'
44
import eslintPluginEslintPlugin from 'eslint-plugin-eslint-plugin/configs/all'
55
import eslintPluginJsonc from 'eslint-plugin-jsonc'
66
import eslintPluginNodeDependencies from 'eslint-plugin-node-dependencies'
@@ -50,7 +50,7 @@ const MD_LINKS_FOR_DOCS = {
5050
}
5151

5252
export default typegen([
53-
ignore(),
53+
eslintConfigFlatGitIgnore(),
5454
{
5555
ignores: [
5656
'.changeset/**/*.md',

0 commit comments

Comments
 (0)