chore: fix tslint and tests

This commit is contained in:
Roman Hotsiy 2020-03-16 19:15:40 +02:00
parent 641898ceca
commit 6fd6da0c37
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@ exports[`Components SchemaView discriminator should correctly render discriminat
"deprecated": false,
"description": "",
"example": undefined,
"expanded": false,
"expanded": undefined,
"explode": false,
"in": undefined,
"kind": "field",
@ -59,7 +59,7 @@ exports[`Components SchemaView discriminator should correctly render discriminat
"deprecated": false,
"description": "",
"example": undefined,
"expanded": false,
"expanded": undefined,
"explode": false,
"in": undefined,
"kind": "field",

View File

@ -1,6 +1,7 @@
{
"extends": ["tslint:latest", "tslint-react"],
"rules": {
"array-type": false,
"interface-name": false,
"object-literal-sort-keys": false,
"jsx-no-multiline-js": false,