Merge pull request #50 from northword:main
chore: update eslint ignore patterns
This commit is contained in:
commit
9850e5e676
@ -23,17 +23,11 @@
|
|||||||
"@typescript-eslint/no-non-null-assertion": "off"
|
"@typescript-eslint/no-non-null-assertion": "off"
|
||||||
},
|
},
|
||||||
"ignorePatterns": [
|
"ignorePatterns": [
|
||||||
|
"**/builds/**",
|
||||||
"**/dist/**",
|
"**/dist/**",
|
||||||
"**/node_modules/**",
|
"**/node_modules/**",
|
||||||
"**/abbrevIso*",
|
"**/scripts/**",
|
||||||
"**/example*",
|
"**/*.js",
|
||||||
"**/*.bak",
|
"**/*.bak"
|
||||||
"coverage/**",
|
|
||||||
"docs-shared/lib/**",
|
|
||||||
"packages/*/assets/**",
|
|
||||||
"packages/*/lib/**",
|
|
||||||
"!.vuepress/**",
|
|
||||||
"**/.vuepress/.cache/**",
|
|
||||||
"**/.vuepress/.temp/**"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user