chore: update eslint config
ignore path voor .github veranderd
This commit is contained in:
parent
3287539419
commit
f5348c6848
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export default [
|
|||
prettierConfig,
|
||||
includeIgnoreFile(gitignorePath),
|
||||
{
|
||||
ignores: ['**/dist/**', '**/.node_modules/**', '**/coverage/**', '/.github/**'],
|
||||
ignores: ['**/dist/**', '**/.node_modules/**', '**/coverage/**', '**/.github/**'],
|
||||
files: [
|
||||
"**/*.ts",
|
||||
"**/*.cts",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue