Link and metamigo build fixes

This commit is contained in:
Darren Clarke 2023-03-13 22:14:52 +00:00
parent 4f2b7934e2
commit 785d0965e3
17 changed files with 26 additions and 16 deletions

View file

@ -1,10 +1,12 @@
require("eslint-config-link/patch/modern-module-resolution");
module.exports = {
extends: [
"eslint-config-link/profile/node",
"eslint-config-link/profile/typescript",
"eslint-config-link/profile/jest",
"next"
"next",
"unicorn/filename-case",
],
parserOptions: { tsconfigRootDir: __dirname },
};
};