Panagiotis Papadopoulos
|
4e413f6702
|
chore(eslint): add sort-imports rule
https://eslint.org/docs/latest/rules/sort-imports
|
2025-04-02 21:28:44 +02:00 |
|
Panagiotis Papadopoulos
|
e98516df8a
|
chore(eslint): remove leftover plugin
|
2025-04-02 08:54:10 +02:00 |
|
Panagiotis Papadopoulos
|
42edb0c0bd
|
chore(eslint): ignore "demo" folder for now
|
2025-04-02 08:42:14 +02:00 |
|
Panagiotis Papadopoulos
|
a0fe60eff1
|
chore(eslint): move formatting rules to own config file for now
this will allow us to run linting and formatting separately for now, where we have a ton of linting errors still
|
2025-04-02 08:35:24 +02:00 |
|
Panagiotis Papadopoulos
|
8dfdb48e8d
|
chore(eslint): configure @stylistic/quotes rule
|
2025-04-01 09:17:24 +02:00 |
|
Panagiotis Papadopoulos
|
237fcdab20
|
chore: run eslint on eslint.config.js :-)
|
2025-04-01 08:57:24 +02:00 |
|
Panagiotis Papadopoulos
|
ad18883952
|
chore: add padded-blocks @stylistic rule
|
2025-04-01 08:56:36 +02:00 |
|
Panagiotis Papadopoulos
|
8354fec70e
|
chore: add initial @stylistic rules
based on what we had with dprint -> which in turn was based on what we had with prettier
|
2025-04-01 08:50:43 +02:00 |
|
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 |
|