File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 11import { defineConfig } from 'eslint/config'
22import globals from 'globals'
3+ import eslintConfigFlatGitIgnore from 'eslint-config-flat-gitignore'
34import eslintPluginEslintPlugin from 'eslint-plugin-eslint-plugin/configs/all'
45import eslintPluginJsonc from 'eslint-plugin-jsonc'
56import eslintPluginNodeDependencies from 'eslint-plugin-node-dependencies'
@@ -49,22 +50,12 @@ const MD_LINKS_FOR_DOCS = {
4950}
5051
5152export default typegen ( [
53+ eslintConfigFlatGitIgnore ( ) ,
5254 {
5355 ignores : [
54- '.nyc_output' ,
55- 'eslint-typegen.d.ts' ,
56- 'coverage' ,
57- 'node_modules' ,
5856 '.changeset/**/*.md' ,
5957 'tests/fixtures' ,
60- 'tests/integrations/eslint-plugin-import' ,
61-
62- '!.vitepress' ,
63- 'docs/.vitepress/dist' ,
64- 'docs/.vitepress/build-system/shim/vue-eslint-parser.mjs' ,
65- 'docs/.vitepress/build-system/shim/@typescript-eslint/parser.mjs' ,
66- 'docs/.vitepress/.temp' ,
67- 'docs/.vitepress/cache'
58+ 'tests/integrations/eslint-plugin-import'
6859 ]
6960 } ,
7061 eslintPluginPrettierRecommended ,
Original file line number Diff line number Diff line change 9898 "env-cmd" : " ^10.1.0" ,
9999 "esbuild" : " ^0.24.0" ,
100100 "eslint" : " ^9.32.0" ,
101+ "eslint-config-flat-gitignore" : " ^2.1.0" ,
101102 "eslint-config-prettier" : " ^9.1.0" ,
102103 "eslint-plugin-eslint-plugin" : " ~6.4.0" ,
103104 "eslint-plugin-import" : " ^2.31.0" ,
You can’t perform that action at this time.
0 commit comments