-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Core lro] Update linting scripts and auto linting (#11273)
* [Core lro] Update linting scripts and auto linting * applying formatting changes * address Jeff's feedback * remove dist-esm/** * adding dist-esm/src back
- Loading branch information
1 parent
2eb4260
commit 0d5bd96
Showing
7 changed files
with
28 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
{ | ||
"name": "@azure/core-lro", | ||
"author": { | ||
"name": "Microsoft Corporation", | ||
"email": "[email protected]", | ||
"url": "https://github.com/Azure/azure-sdk-for-js" | ||
}, | ||
"author": "Microsoft Corporation", | ||
"sdk-type": "client", | ||
"version": "1.0.3", | ||
"description": "LRO Polling strtegy for the Azure SDK in TypeScript", | ||
|
@@ -24,30 +20,32 @@ | |
"node", | ||
"microsoft", | ||
"lro", | ||
"polling" | ||
"polling", | ||
"azure", | ||
"cloud" | ||
], | ||
"main": "./dist/index.js", | ||
"module": "dist-esm/src/index.js", | ||
"types": "./types/core-lro.d.ts", | ||
"files": [ | ||
"types/core-lro.d.ts", | ||
"dist-esm/src", | ||
"dist/", | ||
"dist-esm/", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"engines": { | ||
"node": ">=8.0.0" | ||
}, | ||
"browser": { | ||
"os": false, | ||
"process": false | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:Azure/azure-sdk-for-js.git" | ||
}, | ||
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro/README.md", | ||
"repository": "github:Azure/azure-sdk-for-js", | ||
"bugs": { | ||
"url": "http://github.com/Azure/azure-sdk-for-js/issues" | ||
"url": "https://github.com/Azure/azure-sdk-for-js/issues" | ||
}, | ||
"nyc": { | ||
"extension": [ | ||
|
@@ -80,9 +78,9 @@ | |
"integration-test:browser": "echo skipped", | ||
"integration-test:node": "echo skipped", | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
"lint:fix": "eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]", | ||
"lint": "eslint -c ../../.eslintrc.old.json src test --ext .ts -f html -o core-lro-lintReport.html || exit 0", | ||
"lint:terminal": "eslint -c ../../.eslintrc.old.json src test --ext .ts", | ||
"lint:fix": "eslint -c ../../../.eslintrc.json package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]", | ||
"lint": "eslint -c ../../../.eslintrc.json package.json api-extractor.json src test --ext .ts", | ||
"lint:terminal": "eslint -c ../../../.eslintrc.json package.json api-extractor.json src test --ext .ts", | ||
"test:browser": "npm run build:test && npm run unit-test:browser && npm run integration-test:browser", | ||
"test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node", | ||
"test": "npm run build:test && npm run unit-test", | ||
|
@@ -100,6 +98,7 @@ | |
"tslib": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@azure/eslint-plugin-azure-sdk": "^3.0.0", | ||
"@opentelemetry/api": "^0.10.2", | ||
"@microsoft/api-extractor": "7.7.11", | ||
"@rollup/plugin-commonjs": "11.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters