Skip to content

Commit

Permalink
chore: fix tslint and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Mar 16, 2020
1 parent 641898c commit 6fd6da0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions tslint.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 6fd6da0

Please sign in to comment.