feat: setup eslint at root level (#27)

* feat: setup eslint at root level

* chore: disable craco eslint-plugin

* fix: add missing extension to import

* fix: apply review

* chore: use gitignore to exclude files from eslint

* chore: disable eslint step in craco via config rather than env variable

* chore: remove npmrc

* chore: remove `eslint-plugin-react` override
This commit is contained in:
Marco Pasqualetti
2026-01-21 22:48:08 +01:00
committed by GitHub
parent 74b314ab0f
commit dff4bfcecb
30 changed files with 352 additions and 501 deletions
+3
View File
@@ -59,3 +59,6 @@ jobs:
- name: Format
run: pnpm run format:check
- name: Lint
run: pnpm run lint