Skip to content

fix lock file#150

Merged
ct-dixit merged 1 commit intomainfrom
fix_lock-file
Oct 11, 2025
Merged

fix lock file#150
ct-dixit merged 1 commit intomainfrom
fix_lock-file

Conversation

@ct-dixit
Copy link
Copy Markdown
Member

Commit Checklist

  • Remove UNUSED comment code
  • Remove any logging like console.log
  • Remove all warnings and errors while build
  • Check vulnerabilities
  • Make sure build for production is working. Try running command for prod build in local.
  • Fix prettier: npx prettier --write .
  • Fix eslint: npx eslint src\ --fix command
  • Push package.lock only if you used npm, push yarn.lock only if you used yarn. NPM will udpate both lock file so make sure you dont push yarn.lock updated by NPM
  • WCAG

General

  • Follow import structure. module/third-party/files/component/style/types/asset
  • Try to use theme for design like palette, typography, variant, components, etc. (don't use custom color code anyhow)
  • Before adding custom style follow our pre-built components/elements

@ct-dixit ct-dixit merged commit 701b62b into main Oct 11, 2025
@ct-dixit ct-dixit deleted the fix_lock-file branch October 11, 2025 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants