Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Aug 12, 2021
1 parent 5f88a3b commit 3bdf803
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions lib/svgo/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ const pluginsOrder = [
'mergeStyles',
'inlineStyles',
'minifyStyles',
'convertStyleToAttrs', // inactive
'convertStyleToAttrs',
'cleanupIDs',
'prefixIds', // inactive
'removeRasterImages', // inactive
'prefixIds',
'removeRasterImages',
'removeUselessDefs',
'cleanupNumericValues',
'cleanupListOfValues', // inactive
'cleanupListOfValues',
'convertColors',
'removeUnknownsAndDefaults',
'removeNonInheritableGroupAttrs',
Expand All @@ -39,20 +39,20 @@ const pluginsOrder = [
'removeEmptyContainers',
'mergePaths',
'removeUnusedNS',
'sortAttrs', // inactive
'sortAttrs',
'sortDefsChildren',
'removeTitle',
'removeDesc',
'removeDimensions', // inactive
'removeAttrs', // inactive
'removeAttributesBySelector', // inactive
'removeElementsByAttr', // inactive
'addClassesToSVGElement', // inactive
'removeStyleElement', // inactive
'removeScriptElement', // inactive
'addAttributesToSVGElement', // inactive
'removeOffCanvasPaths', // inactive
'reusePaths', // inactive
'removeDimensions',
'removeAttrs',
'removeAttributesBySelector',
'removeElementsByAttr',
'addClassesToSVGElement',
'removeStyleElement',
'removeScriptElement',
'addAttributesToSVGElement',
'removeOffCanvasPaths',
'reusePaths',
];
const defaultPlugins = pluginsOrder.filter((name) => pluginsMap[name].active);
exports.defaultPlugins = defaultPlugins;
Expand Down

0 comments on commit 3bdf803

Please sign in to comment.