1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-16 01:10:30 +02:00

Update SVGLint to v2.2.0 (#7987)

This commit is contained in:
Álvaro Mondéjar 2022-10-24 14:25:23 +02:00 committed by GitHub
parent 1f26abea99
commit 302cbc045a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@
"rimraf": "3.0.2",
"svg-path-bbox": "1.2.2",
"svg-path-segments": "1.0.0",
"svglint": "2.1.0",
"svglint": "2.2.0",
"svgo": "2.8.0",
"svgpath": "2.5.0"
},
@ -65,7 +65,7 @@
"our-lint": "node scripts/lint/ourlint.js",
"jslint": "prettier --check .",
"jsonlint": "node scripts/lint/jsonlint.js",
"svglint": "svglint icons/*.svg --ci --config .svglintrc.mjs",
"svglint": "svglint icons/*.svg --ci",
"wslint": "editorconfig-checker",
"prepare": "is-ci || husky install",
"prepublishOnly": "npm run build",