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:
@ -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';
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user