We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3351e92 commit 01d7df0Copy full SHA for 01d7df0
eslint.config.mjs
@@ -1,6 +1,6 @@
1
import { defineConfig } from 'eslint/config'
2
import globals from 'globals'
3
-import ignore from 'eslint-config-flat-gitignore'
+import eslintConfigFlatGitIgnore from 'eslint-config-flat-gitignore'
4
import eslintPluginEslintPlugin from 'eslint-plugin-eslint-plugin/configs/all'
5
import eslintPluginJsonc from 'eslint-plugin-jsonc'
6
import eslintPluginNodeDependencies from 'eslint-plugin-node-dependencies'
@@ -50,7 +50,7 @@ const MD_LINKS_FOR_DOCS = {
50
}
51
52
export default typegen([
53
- ignore(),
+ eslintConfigFlatGitIgnore(),
54
{
55
ignores: [
56
'.changeset/**/*.md',
0 commit comments