Bring in hapi-nextauth and dev support libs

This commit is contained in:
Abel Luck 2023-03-13 08:24:20 +00:00
parent feab3f90d7
commit 7aa1ec74eb
45 changed files with 14633 additions and 1141 deletions

View file

@ -0,0 +1,13 @@
module.exports = {
"env": {
"browser": true,
"commonjs": true,
"es2021": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 12
},
"rules": {
}
};