aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.cjs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(hooks,providers): rewrite useAckee hook and AckeeProviderArmand Philippot2023-11-111-0/+6
|
* refactor(routes): replace hardcoded routes with constantsArmand Philippot2023-10-241-1/+12
| | | | | | | | It makes it easier to change a route if needed and it avoid typo mistakes. I also refactored a bit the concerned files to be complient with the new ESlint config. However, I should rewrite the pages to reduce the number of statements.
* build(eslint): improve ESlint rulesArmand Philippot2023-10-241-4/+602
| | | | | | In my opinion, next/core-web-vitals rules are too loose so I added a custom config to improve code consistency and to enforce best practices.
* build: convert project to esmArmand Philippot2023-10-241-1/+1
|
* build(deps): bump all dependenciesArmand Philippot2023-09-191-0/+18
* MDX type has changed so some components props had to be updated * Since Storybook now supports TS, I renamed the main/preview files