Fix: do not lint migrations

This commit is contained in:
Jerko Steiner 2019-01-22 10:11:03 +01:00
parent e4f1b15c45
commit 715c40f60f

View File

@ -36,7 +36,7 @@
}, },
"linterOptions": { "linterOptions": {
"exclude": [ "exclude": [
"src/server/migrations/*.ts" "src/migrations/*.ts"
] ]
}, },
"rulesDirectory": [] "rulesDirectory": []