chore: cloudcmd: actions: lint ☘️

This commit is contained in:
coderaiser 2026-01-16 16:28:05 +00:00
parent d979e94927
commit f75bf4a401
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ export const match = {
},
'bin/cloudcmd.js': {
'no-console': 'off',
}
},
};
export default defineConfig([
safeAlign, {

View file

@ -24,4 +24,4 @@ export const parse = (name) => {
const big = up(small);
return env[big] || env[small];
}
};