1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src/lib/addons
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
..
__snapshots__ feat: implement optional json payload and template (#4752) 2023-09-19 13:08:10 +02:00
addon-schema.ts chore: GA (remove flag) for Slack App integration (#4765) 2023-09-21 13:55:58 +01:00
addon.test.ts task: Use make-fetch-happen (#1500) 2022-04-28 10:57:52 +02:00
addon.ts feat: improve slack app addon scalability (#4284) 2023-07-20 13:37:06 +01:00
datadog-definition.ts docs: improve datadog integration docs (#4802) 2023-09-26 11:15:22 +01:00
datadog.test.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
datadog.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
feature-event-formatter-md.test.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
feature-event-formatter-md.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
index.ts fix: datadog addon needs flagResolver (#4806) 2023-09-21 15:07:24 +02:00
installation-definition-schema.ts feat: Slack App addon (#4238) 2023-07-14 09:49:34 +01:00
slack-app-definition.ts docs: Unleash Slack App integration (#4801) 2023-09-22 23:19:17 +01:00
slack-app.test.ts fix: simplify channels logic in slack app integration (#4756) 2023-09-18 08:32:37 +01:00
slack-app.ts fix: simplify channels logic in slack app integration (#4756) 2023-09-18 08:32:37 +01:00
slack-definition.ts chore: GA (remove flag) for Slack App integration (#4765) 2023-09-21 13:55:58 +01:00
slack.test.ts task: Add customHeaders as possible parameter. (#4139) 2023-07-05 09:42:17 +02:00
slack.ts task: Add customHeaders as possible parameter. (#4139) 2023-07-05 09:42:17 +02:00
teams-definition.ts feat: simpler integration filters (#4766) 2023-09-20 09:21:30 +01:00
teams.test.ts task: Add customHeaders as possible parameter. (#4139) 2023-07-05 09:42:17 +02:00
teams.ts task: Add customHeaders as possible parameter. (#4139) 2023-07-05 09:42:17 +02:00
webhook-definition.ts feat: implement optional json payload and template (#4752) 2023-09-19 13:08:10 +02:00
webhook.test.ts task: Add customHeaders as possible parameter. (#4139) 2023-07-05 09:42:17 +02:00
webhook.ts task: Add customHeaders as possible parameter. (#4139) 2023-07-05 09:42:17 +02:00