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,
|
prettierConfig,
|
||||||
includeIgnoreFile(gitignorePath),
|
includeIgnoreFile(gitignorePath),
|
||||||
{
|
{
|
||||||
ignores: ['**/dist/**', '**/.node_modules/**', '**/coverage/**', '/.github/**'],
|
ignores: ['**/dist/**', '**/.node_modules/**', '**/coverage/**', '**/.github/**'],
|
||||||
files: [
|
files: [
|
||||||
"**/*.ts",
|
"**/*.ts",
|
||||||
"**/*.cts",
|
"**/*.cts",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue