metamigo-frontend: start frontend cleanup
This commit is contained in:
parent
f4a3031c5e
commit
4f2b7934e2
6 changed files with 263 additions and 11 deletions
10
apps/metamigo-frontend/.eslintrc.js
Normal file
10
apps/metamigo-frontend/.eslintrc.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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"
|
||||
],
|
||||
parserOptions: { tsconfigRootDir: __dirname },
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue