Skip to content

Commit 0306188

Browse files
headlessNodekgryte
andauthored
refactor: apply review suggestion
Co-authored-by: Athan <[email protected]> Signed-off-by: Muhammad Haris <[email protected]>
1 parent 4f0a300 commit 0306188

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/_tools/eslint/rules/repl-namespace-order/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/eslint/rules/repl-namespace-order/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function main( context ) {
142142
if (
143143
prevAlias &&
144144
alias.localeCompare( prevAlias, 'en', OPTS_COMPARE ) < 0
145-
) {
145+
) {
146146
report( prevAlias, alias, expressions[ i ].arguments[ 0 ] );
147147
} else {
148148
prevAlias = alias;

0 commit comments

Comments
 (0)