Skip to content

Commit 0136bf6

Browse files
committed
Move to a modern testing infrastructure
Use Jest as test framework, and restructured ESLint config files so it applies to each directory separately.
1 parent fa8e55f commit 0136bf6

File tree

13 files changed

+595
-687
lines changed

13 files changed

+595
-687
lines changed

.eslintrc-node.js renamed to .eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ module.exports = {
1919
"camelcase": "off",
2020
"no-var": "error",
2121
"prefer-const": "error",
22+
"array-bracket-spacing": ["error", "always", {"objectsInArrays": false}],
23+
"object-curly-spacing": ["error", "always"],
2224

2325
// Override some eslint base rules because we're using node.
2426
"no-console": "off",

0 commit comments

Comments
 (0)