diff --git a/commitlint.config.js b/commitlint.config.js index ba38722..bae0249 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -1,4 +1,4 @@ -export default { +module.exports = { extends: ["./node_modules/commitlint-config-gitmoji"], parserPreset: { parserOpts: { diff --git a/jest.config.js b/jest.config.js index 4a1fb39..968276b 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,4 @@ -export default { +module.exports = { transform: {'^.+\\.ts?$': 'ts-jest'}, testEnvironment: 'node', testRegex: '/tests/.*\\.(test|spec)?\\.(ts|tsx)$', diff --git a/package.json b/package.json index 5f9a8c6..038e24c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "vb6-antlr4", - "type": "module", "version": "1.0.50", "description": "A Visual Basic 6 lexer & parser that provides both visitor and listener patterns to traverse the parse tree.", "files": [