Comparing version 2.7.0 to 2.7.1
@@ -89,2 +89,5 @@ #!/usr/bin/env node | ||
} | ||
} else if (configObj === undefined) { | ||
logger.error("Default export missing from configuration file (use `export default {...}` or `module.exports = {...}`"); | ||
process.exit(EXIT_CODES.configuration); | ||
} | ||
@@ -91,0 +94,0 @@ } catch (e) { |
{ | ||
"name": "svglint", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "Linter for SVGs", | ||
@@ -5,0 +5,0 @@ "type": "module", |
153328
3155