metamigo-common: build, fmt, lint
This commit is contained in:
parent
2a1ced5383
commit
75fb3f84c4
21 changed files with 95 additions and 156 deletions
|
|
@ -1,13 +1,7 @@
|
|||
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"
|
||||
],
|
||||
rules: {
|
||||
// TODO: enable this after jest fixes this issue https://github.com/nodejs/node/issues/38343
|
||||
"unicorn/prefer-node-protocol": "off"
|
||||
},
|
||||
parserOptions: { tsconfigRootDir: __dirname }
|
||||
};
|
||||
|
||||
"eslint-config-link/profile/node",
|
||||
"eslint-config-link/profile/typescript"
|
||||
]
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue