mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +01:00
6673d131fe
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. |
||
---|---|---|
.. | ||
__snapshots__ | ||
addon-schema.ts | ||
addon.test.ts | ||
addon.ts | ||
datadog-definition.ts | ||
datadog.test.ts | ||
datadog.ts | ||
feature-event-formatter-md.test.ts | ||
feature-event-formatter-md.ts | ||
index.ts | ||
installation-definition-schema.ts | ||
slack-app-definition.ts | ||
slack-app.test.ts | ||
slack-app.ts | ||
slack-definition.ts | ||
slack.test.ts | ||
slack.ts | ||
teams-definition.ts | ||
teams.test.ts | ||
teams.ts | ||
webhook-definition.ts | ||
webhook.test.ts | ||
webhook.ts |