Skip to content

Commit b9d67c0

Browse files
committed
interim commit
1 parent edc9612 commit b9d67c0

File tree

4 files changed

+1192
-777
lines changed

4 files changed

+1192
-777
lines changed

.eslintrc.cjs

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = {
33
browser: true,
44
commonjs: true,
55
es2020: true,
6+
"jest/globals": true,
67
},
78
extends: ["eslint:recommended", "airbnb/base", "plugin:prettier/recommended"],
89
parserOptions: {
@@ -11,4 +12,5 @@ module.exports = {
1112
rules: {
1213
"no-console": "off",
1314
},
15+
plugins: ["jest"],
1416
};

0 commit comments

Comments
 (0)