1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-29 20:21:14 +03:00

Remove unused active and type fields from plugins

This commit is contained in:
Bogdan Chadkin
2022-10-08 23:39:58 +03:00
parent f649eabf6d
commit e6bd703b0a
50 changed files with 0 additions and 100 deletions

View File

@ -3,8 +3,6 @@
const { removeLeadingZero } = require('../lib/svgo/tools');
exports.name = 'cleanupNumericValues';
exports.type = 'visitor';
exports.active = true;
exports.description =
'rounds numeric values to the fixed precision, removes default px units';