mpellegrini / fullstack-typescript-monorepo-starter

1 stars 1 forks source link

feat(toolchain/eslint-config): update js prefer-const rule #150

Closed mpellegrini closed 4 weeks ago

mpellegrini commented 4 weeks ago

for destructured variables the default to error is 'any' variables in destructuring should be const. Changed to 'all', so now all variables in destructuring should be const