You are browsing as a guest. Sign up (or log in) to start making projects!

2h 18m 52s logged

Devlog 2

Currently, I am working only on refactoring the code (may also include changes to terms used) and upgrading the dependencies. Configuring eslint with the right rules took a lot of time than required (I faced lot of errors such as TypeError: Plugin "" not found., A configuration object specifies rule "@eslint-react/naming-convention/component-name", but could not find plugin "@eslint-react/naming-convention". and so on…)

Refactors

  • rename login page to sign in page and update all text instance of login to sign in
  • rename register page to sign up and update all text instance of register to sign up
  • move home.css and index.css into a new styles folder

Chores

  • bump shell-quote from 1.8.3 to 1.8.4 (#75)
  • bump vite from 7.3.5 to 8.0.16 (#79)
  • bump node-cron from 4.1.1 to 4.4.1 (#20)
  • bump eslint from 9.33.0 to 10.5.0 (#59)
  • bump @vitejs/plugin-react from 4.6.0 to 6.0.3 as plugin-react did not support vite v8 (that was currently installed)
  • add globals, eslint-plugin-react-hooks, @eslint-react/eslint-plugin, @eslint/js to dev dependencies for eslint configuration
  • add eslint.config.js to configure eslint with appropriate plugins and rules [this step took about 40mins as I took time to figure out the exact configuration fiels and the required rules]
0
3

Comments 0

No comments yet. Be the first!