Panagiotis Papadopoulos
|
2c7a25b7fc
|
chore(eslint): add rule for unused vars
this is already used across codebase: using "_" as placeholder for deliberately unused vars (e.g. when destructuring arrays)
|
2025-03-04 12:19:23 +01:00 |
|
Panagiotis Papadopoulos
|
b2ac5b6337
|
chore(eslint): ignore certain folders
|
2025-03-04 12:19:23 +01:00 |
|
Panagiotis Papadopoulos
|
1e599af480
|
chore(eslint): disable 'no-undef' rule
For TS projects this is already enforced by tsc, see:
https://eslint.org/docs/latest/rules/no-undef#handled_by_typescript
|
2025-03-04 12:19:23 +01:00 |
|
Panagiotis Papadopoulos
|
744a0b8042
|
chore: ignore build related folder in eslint config
|
2025-03-04 12:19:23 +01:00 |
|
Panagiotis Papadopoulos
|
aed835b6c2
|
chore: add initial eslint configuration
rules will need some finetuning still
|
2025-03-04 12:19:23 +01:00 |
|