Skip to content

Commit f75bf4a

Browse files
committed
chore: cloudcmd: actions: lint ☘️
1 parent d979e94 commit f75bf4a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const match = {
1818
},
1919
'bin/cloudcmd.js': {
2020
'no-console': 'off',
21-
}
21+
},
2222
};
2323
export default defineConfig([
2424
safeAlign, {

server/env.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ export const parse = (name) => {
2424
const big = up(small);
2525

2626
return env[big] || env[small];
27-
}
27+
};

0 commit comments

Comments
 (0)