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"
|
||||
},
|
||||
"ignorePatterns": [
|
||||
"**/builds/**",
|
||||
"**/dist/**",
|
||||
"**/node_modules/**",
|
||||
"**/abbrevIso*",
|
||||
"**/example*",
|
||||
"**/*.bak",
|
||||
"coverage/**",
|
||||
"docs-shared/lib/**",
|
||||
"packages/*/assets/**",
|
||||
"packages/*/lib/**",
|
||||
"!.vuepress/**",
|
||||
"**/.vuepress/.cache/**",
|
||||
"**/.vuepress/.temp/**"
|
||||
"**/scripts/**",
|
||||
"**/*.js",
|
||||
"**/*.bak"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user