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:
parent
1f26abea99
commit
302cbc045a
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user