1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/src/lib/schema
Christopher Kolstad 6673d131fe
feat: biome lint (#4853)
This commit changes our linter/formatter to biome (https://biomejs.dev/)
Causing our prehook to run almost instantly, and our "yarn lint" task to
run in sub 100ms.

Some trade-offs:
* Biome isn't quite as well established as ESLint
* Are we ready to install a different vscode plugin (the biome plugin)
instead of the prettier plugin


The configuration set for biome also has a set of recommended rules,
this is turned on by default, in order to get to something that was
mergeable I have turned off a couple the rules we seemed to violate the
most, that we also explicitly told eslint to ignore.
2023-09-29 14:18:21 +02:00
..
api-token-schema.test.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
api-token-schema.ts chore: deprecate username on api-tokens (#3616) 2023-05-04 09:56:00 +02:00
constraint-value-types.test.ts Feat/new constraint operators (#1397) 2022-03-04 17:29:42 +01:00
constraint-value-types.ts refactor: always add values to constraints (#1448) 2022-03-17 12:32:04 +01:00
feature-schema.test.ts fix: enforce weight precision to 1 decimal (#2749) 2023-01-05 12:39:18 +01:00
feature-schema.ts fix: enforce weight precision to 1 decimal (#2749) 2023-01-05 12:39:18 +01:00
role-schema.test.ts chore: Improve access service iter 2 (#4779) 2023-09-19 16:15:27 +02:00
role-schema.ts chore: Improve access service iter 2 (#4779) 2023-09-19 16:15:27 +02:00