regexowl
bb345c0e4f
ESLint: All the single quotes
2025-08-05 13:56:59 +00:00
regexowl
eafcd200ae
ESLint: Set trailingComma to all and run lint fix
2025-08-05 13:56:59 +00:00
regexowl
4c098db796
Move prettier config to ESLint config
...
ESLint was not enforcing prettier rules defined in `.prettierrc`, this plugs prettier in and moves the rules to ESLint config so all lint settings are in one place.
2025-08-05 13:56:59 +00:00
Ondřej Budai
1bfc830147
remove as much edge mgmt code as possible
...
We no longer include the edge mgmt federated module so let's remove
all remaining traces of the integration.
2025-08-01 09:00:02 +00:00
Anna Vítová
ceec85209c
Playwright: OSCAP basic test not altering things added by OSCAP
2025-07-29 15:46:56 +00:00
regexowl
67a0f86dde
ESLint: Set no-unused-vars rule to error
...
This rule should output error instead of just a warning.
2025-07-28 08:55:24 +00:00
regexowl
25a5f140d8
ESLint: Add rule to sort imports alphabetically
...
The `import/order` rule isn't enough to sort import within a single import group alphabetically.
This adds `sort-imports` rule that handles the sorting within groups.
2025-07-15 16:52:45 +00:00
regexowl
91b2cc2d10
ESLint: Add rule for duplicate imports
...
We had decent amount of import groups split into several imports, this adds a rule to output error when there's a duplicate import.
2025-07-15 16:52:45 +00:00
regexowl
3f35101f68
Migrate ESLint to v 9.x
...
This bumps needed dependencies and migrates previously used ESLint configs to the new flat config schema.
2025-07-15 13:39:36 +00:00