Skip to content

Commit

Permalink
style: 修改代码格式
Browse files Browse the repository at this point in the history
  • Loading branch information
duan602728596 committed Oct 30, 2024
1 parent 89f639b commit 9791297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function globalsSettings(keys) {

keys.forEach((key) => Object.assign(globalsObject, globals[key]));

for (let i = 15; i <= 25; i++ ) {
for (let i = 15; i <= 25; i++) {
Object.assign(globalsObject, globals[`es20${ i }`]);
}

Expand Down

0 comments on commit 9791297

Please sign in to comment.