Skip to content

Commit

Permalink
[ESLint Plugin] No extraneous dependencies in imports (#13670)
Browse files Browse the repository at this point in the history
* [ESLint Plugin] No no-extraneous-dependencies in imports

* edit

* revert moveing identity to dependencies

* add Will's suggestion about karma config
  • Loading branch information
deyaaeldeen authored Feb 10, 2021
1 parent 41104c5 commit 97daca4
Show file tree
Hide file tree
Showing 5 changed files with 227 additions and 5 deletions.
215 changes: 214 additions & 1 deletion common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions common/tools/eslint-plugin-azure-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"@typescript-eslint/eslint-plugin": "4.13.0",
"@typescript-eslint/parser": "4.13.0",
"eslint": "^7.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-tsdoc": "^0.2.10"
Expand Down
Loading

0 comments on commit 97daca4

Please sign in to comment.