Skip to content

Commit

Permalink
Merge pull request #20 from austenstone/refactor2
Browse files Browse the repository at this point in the history
Refactor metrics model interfaces and services for improved clarity; …
  • Loading branch information
austenstone authored Nov 7, 2024
2 parents c70a1d2 + 11df816 commit afb5161
Show file tree
Hide file tree
Showing 19 changed files with 3,499 additions and 191 deletions.
12 changes: 12 additions & 0 deletions backend/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import globals from "globals";
import pluginJs from "@eslint/js";
import tseslint from "typescript-eslint";


/** @type {import('eslint').Linter.Config[]} */
export default [
{files: ["**/*.{js,mjs,cjs,ts}"]},
{languageOptions: { globals: globals.browser }},
pluginJs.configs.recommended,
...tseslint.configs.recommended,
];
Loading

0 comments on commit afb5161

Please sign in to comment.