We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7fc22 commit 4b81b90Copy full SHA for 4b81b90
sdk/identity/identity-cache-persistence/.eslintrc.json
@@ -2,6 +2,7 @@
2
"plugins": ["@azure/azure-sdk"],
3
"extends": ["plugin:@azure/azure-sdk/azure-sdk-base"],
4
"rules": {
5
- "@azure/azure-sdk/ts-package-json-module": "off"
+ "@azure/azure-sdk/ts-package-json-module": "off",
6
+ "sort-imports": "error"
7
}
8
0 commit comments