Bring in hapi-pg-promise
This commit is contained in:
parent
67f7cf8e1b
commit
346b40db98
16 changed files with 3100 additions and 627 deletions
9
packages/hapi-pg-promise/.eslintrc.js
Normal file
9
packages/hapi-pg-promise/.eslintrc.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
require('eslint-config-link/patch/modern-module-resolution');
|
||||
module.exports = {
|
||||
extends: [
|
||||
"eslint-config-link/profile/node",
|
||||
"eslint-config-link/profile/typescript"
|
||||
],
|
||||
parserOptions: { tsconfigRootDir: __dirname }
|
||||
};
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue