We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9706505 commit fdd9ca4Copy full SHA for fdd9ca4
.pre-commit-config.yaml
@@ -41,9 +41,7 @@ repos:
41
language: system
42
files: '\.[cm]?[jt]s$'
43
- repo: https://github.com/kytta/mirrors-svgo
44
- rev: v4.0.0-rc.2
+ rev: v4.0.0
45
hooks:
46
- id: svgo
47
files: "^src/icons/"
48
- additional_dependencies:
49
- - svgo@3
svgo.config.js
@@ -86,7 +86,7 @@ export default {
86
},
87
"removeOffCanvasPaths",
88
"removeStyleElement",
89
- "removeScriptElement",
+ "removeScripts",
90
"removeTitle",
91
],
92
};
0 commit comments