chore: fix linter

This commit is contained in:
Daniel Sogl 2019-03-19 18:25:24 +01:00 committed by GitHub
parent 06654afae3
commit c8ff885023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@
"adjacent-overload-signatures": false, "adjacent-overload-signatures": false,
"ter-no-proto": false, "ter-no-proto": false,
"callable-types": false, "callable-types": false,
"ordered-imports": false "ordered-imports": false,
"prefer-conditional-expression": false
} }
} }