Skip to content

Commit

Permalink
remove the lint plugin because of issues with node8
Browse files Browse the repository at this point in the history
  • Loading branch information
deyaaeldeen committed Jan 13, 2021
1 parent 25631f6 commit 7327536
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sdk/attestation/attestation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"devDependencies": {
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/test-utils-recorder": "^1.0.0",
"@microsoft/api-extractor": "7.7.11",
"@opentelemetry/api": "^0.10.2",
Expand Down Expand Up @@ -89,8 +88,8 @@
"integration-test:browser": "karma start --single-run",
"integration-test:node": "nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"lint:fix": "eslint package.json api-extractor.json test --ext .ts --fix --fix-type [problem,suggestion]",
"lint": "eslint package.json api-extractor.json test --ext .ts",
"lint:fix": "echo skipped",
"lint": "echo skipped",
"pack": "npm pack 2>&1",
"prebuild": "npm run clean",
"test": "npm run clean && npm run build:test && npm run unit-test",
Expand Down

0 comments on commit 7327536

Please sign in to comment.