Skip to content

Commit

Permalink
enforce sort-imports (Azure#20109)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzhang0 authored Feb 9, 2022
1 parent 8f7fc22 commit 4b81b90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/identity/identity-cache-persistence/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"plugins": ["@azure/azure-sdk"],
"extends": ["plugin:@azure/azure-sdk/azure-sdk-base"],
"rules": {
"@azure/azure-sdk/ts-package-json-module": "off"
"@azure/azure-sdk/ts-package-json-module": "off",
"sort-imports": "error"
}
}

0 comments on commit 4b81b90

Please sign in to comment.