Skip to content

Commit c11e168

Browse files
committed
fix(packages/sui-lint): modify comments
1 parent d1c3a2c commit c11e168

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/sui-lint/eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const IMPORT_SORT_GROUPS = [
149149
['^\\w'],
150150
// Generic organization packages.
151151
['^@'],
152-
// S-UI & ADV-UI organization packages.
152+
// SUI & ADV organization packages.
153153
['^@s-ui', '^@adv-'],
154154
// Relative imports. Put `./` last.
155155
['^\\.\\.(?!/?$)', '^\\.\\./?$', '^\\./(?=.*/)(?!/?$)', '^\\.(?!/?$)', '^\\./?$'],

packages/sui-lint/eslintrc.ts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const IMPORT_SORT_GROUPS = [
120120
['^\\w'],
121121
// Generic organization packages.
122122
['^@'],
123-
// S-UI & ADV-UI organization packages.
123+
// SUI & ADV organization packages.
124124
['^@s-ui', '^@adv-'],
125125
// Relative imports. Put `./` last.
126126
['^\\.\\.(?!/?$)', '^\\.\\./?$', '^\\./(?=.*/)(?!/?$)', '^\\.(?!/?$)', '^\\./?$'],

0 commit comments

Comments
 (0)