chore(eslint/prettier): Update config to apply to all relevant files (#67)

This commit is contained in:
Steven Noorbergen
2024-03-03 16:08:21 +01:00
committed by GitHub
parent 080f418c3e
commit 7fc6cc71cd
7 changed files with 212 additions and 207 deletions

4
src/types.d.ts vendored
View File

@@ -1,4 +1,4 @@
declare module "*.module.css" {
const css: any;
export default css;
const classes: { [key: string]: string };
export default classes;
}