mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
* web: Format live reload package. * web: Format package.json. * web: Revise globals. * web: Build entrypoints with a single ESBuild context. Clean up entrypoints. * web: WIP Prepare monorepo package for use. * web: Update build paths. Fix types. * web: WIP Add monorepo dependency. * web: Use monorepo utilities when building. * web: Fix issue where linters collide. Update ignore file. - Remove unused sort override for polyfills. * core: Prepare repo for NPM workspaces.
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"todo-tree.tree.showCountsInTree": true,
|
|
"todo-tree.tree.showBadges": true,
|
|
"yaml.customTags": [
|
|
"!Condition sequence",
|
|
"!Context scalar",
|
|
"!Enumerate sequence",
|
|
"!Env scalar",
|
|
"!Find sequence",
|
|
"!Format sequence",
|
|
"!If sequence",
|
|
"!Index scalar",
|
|
"!KeyOf scalar",
|
|
"!Value scalar",
|
|
"!AtIndex scalar"
|
|
],
|
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
|
"typescript.preferences.importModuleSpecifierEnding": "index",
|
|
"typescript.tsdk": "./node_modules/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
"yaml.schemas": {
|
|
"./blueprints/schema.json": "blueprints/**/*.yaml"
|
|
},
|
|
"gitlens.autolinks": [
|
|
{
|
|
"alphanumeric": true,
|
|
"prefix": "#<num>",
|
|
"url": "https://github.com/goauthentik/authentik/issues/<num>",
|
|
"ignoreCase": false
|
|
}
|
|
],
|
|
"go.testFlags": ["-count=1"],
|
|
"github-actions.workflows.pinned.workflows": [".github/workflows/ci-main.yml"]
|
|
}
|