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
stylesfolder
Chores
- bump
shell-quotefrom 1.8.3 to 1.8.4 (#75) - bump
vitefrom 7.3.5 to 8.0.16 (#79) - bump
node-cronfrom 4.1.1 to 4.4.1 (#20) - bump
eslintfrom 9.33.0 to 10.5.0 (#59) - bump
@vitejs/plugin-reactfrom 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/jsto 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]
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.