chore: eslint config (ignore .github, include .ts files, gebruik config bestand)
This commit is contained in:
parent
0fc5a99269
commit
f8ba6ad488
2 changed files with 8 additions and 1 deletions
|
@ -16,7 +16,13 @@ export default [
|
|||
prettierConfig,
|
||||
includeIgnoreFile(gitignorePath),
|
||||
{
|
||||
ignores: ['**/dist/**', '**/.node_modules/**', '**/coverage/**'],
|
||||
ignores: ['**/dist/**', '**/.node_modules/**', '**/coverage/**', '/.github/**'],
|
||||
files: [
|
||||
"**/*.ts",
|
||||
"**/*.cts",
|
||||
"**.*.mts",
|
||||
"**/*.ts"
|
||||
]
|
||||
},
|
||||
{
|
||||
languageOptions: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue