Bring in hapi-nextauth and dev support libs
This commit is contained in:
parent
feab3f90d7
commit
7aa1ec74eb
45 changed files with 14633 additions and 1141 deletions
14
packages/eslint-config-link/profile/jest.js
Normal file
14
packages/eslint-config-link/profile/jest.js
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
const path = require("path");
|
||||
module.exports = {
|
||||
extends: ["plugin:jest/recommended"],
|
||||
plugins: [
|
||||
// Plugin documentation: https://www.npmjs.com/package/eslint-plugin-jest
|
||||
"jest",
|
||||
],
|
||||
env: {
|
||||
"jest/globals": true,
|
||||
},
|
||||
rules: {
|
||||
"jest/valid-expect": "off",
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue