metamigo-config update tsconfig and eslint
This commit is contained in:
parent
eb9231f4a6
commit
cd539525b2
3 changed files with 5 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
|||
require('@digiresilience/eslint-config-metamigo/patch/modern-module-resolution');
|
||||
require('eslint-config-link/patch/modern-module-resolution');
|
||||
module.exports = {
|
||||
extends: [
|
||||
"@digiresilience/eslint-config-metamigo/profile/node",
|
||||
"@digiresilience/eslint-config-metamigo/profile/typescript"
|
||||
"eslint-config-link/profile/node",
|
||||
"eslint-config-link/profile/typescript"
|
||||
],
|
||||
parserOptions: { tsconfigRootDir: __dirname },
|
||||
rules: {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import * as process from "process";
|
||||
import * as convict from "convict";
|
||||
import * as Metamigo from "common";
|
||||
import * as Metamigo from "@digiresilience/metamigo-common";
|
||||
import { defState } from "@digiresilience/montar";
|
||||
|
||||
export const configSchema = {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"extends": "tsconfig-link",
|
||||
"compilerOptions": {
|
||||
"outDir": "build/main"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue