Skip to content

Commit

Permalink
Support Api scenario 1.2 (#855)
Browse files Browse the repository at this point in the history
* upgrade testmodeler version and add prettier to format code

* upgrade to api scenario 1.2 and add variable type support

* upgrade version for autorest/gotest

* add lint step to gotest ci

* update test snapshot
  • Loading branch information
tadelesh committed Jul 28, 2022
1 parent 8fd4fda commit 0151473
Show file tree
Hide file tree
Showing 43 changed files with 22,162 additions and 10,894 deletions.
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"tabWidth": 2,
"printWidth": 180,
"endOfLine": "auto"
}
Loading

0 comments on commit 0151473

Please sign in to comment.