Skip to content

Commit

Permalink
[Monitor] Old ESLint cleanup (#11613)
Browse files Browse the repository at this point in the history
  • Loading branch information
deyaaeldeen authored Oct 6, 2020
1 parent 4cb0d2e commit 025e308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
12 changes: 2 additions & 10 deletions sdk/monitor/monitor-opentelemetry-exporter/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,10 @@
"extends": [
"plugin:@azure/azure-sdk/azure-sdk-base",
"plugin:node/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"prettier/@typescript-eslint"
"plugin:@typescript-eslint/recommended-requiring-type-checking"
],
"rules": {
"no-underscore-dangle": ["error", { "allowAfterThis": true }],
"node/no-unsupported-features/es-syntax": ["error", { "ignores": ["modules"] }],
"import/prefer-default-export": "off"
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "./tsconfig.json",
"tsconfigRootDir": ".",
"sourceType": "module"
"node/no-unsupported-features/es-syntax": ["error", { "ignores": ["modules"] }]
}
}
6 changes: 0 additions & 6 deletions sdk/monitor/monitor-opentelemetry-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,8 @@
"@typescript-eslint/parser": "^2.0.0",
"c8": "^7.2.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"execa": "^3.3.0",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-no-only-tests": "^2.3.0",
"eslint-plugin-promise": "^4.1.1",
"mocha": "^7.1.1",
"nock": "^12.0.3",
"prettier": "^1.16.4",
Expand Down

0 comments on commit 025e308

Please sign in to comment.