Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/svglint.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ ${ast.source}`);
return new Linting(file, ast, config_.rules, config_.fixtures);
}

const svglint = {
const SVGLint = {
/**
* Lints a single SVG string.
* The function returns before the Linting is finished.
Expand Down Expand Up @@ -190,5 +190,5 @@ const svglint = {
},
};

export default svglint;
export default SVGLint;
export {normalizeConfig};
Loading