Skip to content

Commit

Permalink
perfstress
Browse files Browse the repository at this point in the history
  • Loading branch information
maorleger committed Jan 5, 2021
1 parent 2a13174 commit b55e871
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions sdk/test-utils/perfstress/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"plugins": ["@azure/azure-sdk"],
"extends": ["plugin:@azure/azure-sdk/azure-sdk-base"],
"rules": {
"@azure/azure-sdk/ts-package-json-name": "off",
"@azure/azure-sdk/ts-package-json-main-is-cjs": "off",
"@azure/azure-sdk/ts-package-json-types": "off"
}
}
3 changes: 1 addition & 2 deletions sdk/test-utils/perfstress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,13 @@
"files": [
"dist/",
"dist-esm/src/",
"src/",
"typings/src",
"README.md",
"LICENSE"
],
"repository": "github:Azure/azure-sdk-for-js",
"keywords": [
"Azure",
"azure",
"cloud",
"performance",
"stress",
Expand Down

0 comments on commit b55e871

Please sign in to comment.