mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 17:27:31 +00:00
lint
This commit is contained in:
@@ -27,7 +27,7 @@ export type ColorName =
|
|||||||
| "A700";
|
| "A700";
|
||||||
|
|
||||||
export type ColorMap = {
|
export type ColorMap = {
|
||||||
[key in MapName]: Color[];
|
[_key in MapName]: Color[];
|
||||||
};
|
};
|
||||||
|
|
||||||
export const DARK_PRIMARY = "#2073c4";
|
export const DARK_PRIMARY = "#2073c4";
|
||||||
|
@@ -44,9 +44,9 @@
|
|||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsup",
|
"build": "tsup",
|
||||||
"lint": "pnpm run '/eslint|knip/'",
|
"lint": "pnpm run '/^lint:check:.*$/'",
|
||||||
"eslint": "eslint 'src/**/*.ts*'",
|
"lint:check:eslint": "eslint 'src/**/*.ts*'",
|
||||||
"knip": "knip",
|
"lint:check:knip": "knip",
|
||||||
"test:unit": "vitest --run",
|
"test:unit": "vitest --run",
|
||||||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user