-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Storage] Use Eslint plugin #11472
[Storage] Use Eslint plugin #11472
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please wait for approval from anyone in the Storage team
258dfb2
to
e535c45
Compare
With this merged, do we have to fix all the linting errors if any? |
The output from the linter will continue to be published to the html file as listed in the |
Dev containerservice microsoft.container service 2020 11 01 (Azure#11588) * Adds base for updating Microsoft.ContainerService from version stable/2020-09-01 to version 2020-11-01 * Updates readme * Updates API version in new specs and examples * add autoupgradeprofile to 2020-11-01 (Azure#11363) * add autoupgradeprofile * add autoupgrader profile to mc * format change Co-authored-by: Xiahe Liu <[email protected]> * add pod subnet id on agentpool (Azure#11310) * aks: add pod identity profile spec (Azure#11366) * add private dns zone property in 2020-11-01 (Azure#11311) Co-authored-by: Li Ma <[email protected]> * Remove invalid pattern and adjust description (Azure#11312) * aks: fix pod identity profile field names (Azure#11484) * aks: add missing `podIdentityProfile.enabled` field * aks: typo * add non upgrade channel (Azure#11492) Co-authored-by: Xiahe Liu <[email protected]> * Make identityProfile mutable (Azure#11458) * Add KubeletConfig and LinuxOSConfig specs (Azure#11490) * aks: update readme tag for 1101 (Azure#11472) * aks: update readme tag * aks: add `2020-11-01-only` * resovle merge conlicts to master, adding recent master change to dev branch (Azure#11604) Co-authored-by: Xiahe Liu <[email protected]> Co-authored-by: Xiahe Liu <[email protected]> Co-authored-by: Paul Miller <[email protected]> Co-authored-by: hbc <[email protected]> Co-authored-by: Super <[email protected]> Co-authored-by: Li Ma <[email protected]> Co-authored-by: Qingchuan Hao <[email protected]> Co-authored-by: Tongyao Si <[email protected]> Co-authored-by: Bo Wang <[email protected]> Co-authored-by: Phoenix He <[email protected]>
We are planning on removing
.eslintrc.old.json
file and this PR removes its use instorage
packages. See #11256.