chore(tooling): add husky and lint-staged
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
export const langEnum = {
|
||||
en: 'en',
|
||||
sv: 'sv',
|
||||
no: 'no',
|
||||
fi: 'fi',
|
||||
da: 'da',
|
||||
de: 'de',
|
||||
} as const;
|
||||
en: "en",
|
||||
sv: "sv",
|
||||
no: "no",
|
||||
fi: "fi",
|
||||
da: "da",
|
||||
de: "de",
|
||||
} as const
|
||||
|
||||
export type Lang = keyof typeof langEnum;
|
||||
export type Lang = keyof typeof langEnum
|
||||
|
||||
Reference in New Issue
Block a user