We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47139d3 commit 26ff0e0Copy full SHA for 26ff0e0
commitlint.config.js
@@ -2,7 +2,7 @@
2
// COMMITLINT //
3
// ============================================================================================= //
4
5
-module.exports = {
+export default {
6
extends: [
7
'@commitlint/config-conventional'
8
]
jest.config.js
@@ -1,4 +1,8 @@
1
+// ============================================================================================= //
+// JEST //
+
'testEnvironment': 'jest-environment-node-single-context',
'moduleFileExtensions': [
'js',
0 commit comments