Added cadPackage to ProjectsOfUser, other cleanup/linting

This commit is contained in:
Frank Johnson
2021-09-19 11:06:45 -04:00
parent bb4659a2dd
commit 634304dfce
6 changed files with 83 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
// While the raw-loader Webpack plugin actually makes these imports work, this
// eliminates noisy TypeScript errors by registering these file endings as types.
// Learned this method of registering modules from https://stackoverflow.com/a/57444766
declare module "*.md";
declare module "*.scad";
declare module "*.py";
declare module "*.jscad.js";
declare module '*.md'
declare module '*.scad'
declare module '*.py'
declare module '*.jscad.js'