1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-31 07:44:22 +03:00

chore: apply more eslint rules (#2116)

This commit is contained in:
Seth Falco
2025-05-02 10:00:37 +01:00
committed by GitHub
parent 97079fb57e
commit a8a53dbd90
37 changed files with 336 additions and 267 deletions

View File

@ -3,12 +3,12 @@ import fs from 'fs/promises';
import path from 'path';
import {
VERSION,
optimize as optimizeAgnostic,
_collections,
builtinPlugins,
mapNodesToParents,
optimize as optimizeAgnostic,
querySelector,
querySelectorAll,
_collections,
} from './svgo.js';
/**