feat: exclude tests from linting

This commit is contained in:
Karl-Philipp Wulfert
2019-05-28 15:26:09 +02:00
parent fa3db85d6a
commit 9e7f467070

View File

@@ -130,5 +130,10 @@
"check-format",
"allow-leading-underscore"
]
},
"linterOptions": {
"exclude": [
"test/**/*.ts"
]
}
}