Skip to content

Commit fa452d9

Browse files
authored
enforce sort-imports (Azure#20113)
1 parent f19bc79 commit fa452d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sdk/core/logger/.eslintrc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"plugins": ["@azure/azure-sdk"],
3+
"extends": ["plugin:@azure/azure-sdk/azure-sdk-base"],
4+
"rules": {
5+
"sort-imports": "error"
6+
}
7+
}

0 commit comments

Comments
 (0)