Link and metamigo build fixes
This commit is contained in:
parent
4f2b7934e2
commit
785d0965e3
17 changed files with 26 additions and 16 deletions
|
|
@ -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 },
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue