mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-02-20 07:55:47 +03:00
Avoid to run svglint for icons/*.js files. (#3083)
This commit is contained in:
parent
3f4704f8a3
commit
b12a531c49
@ -32,7 +32,7 @@
|
||||
"lint": "run-s our-lint jsonlint svglint wslint",
|
||||
"our-lint": "node scripts/lint.js",
|
||||
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema",
|
||||
"svglint": "svglint icons/* --ci",
|
||||
"svglint": "svglint icons/*.svg --ci",
|
||||
"wslint": "editorconfig-checker -exclude \\.svg$",
|
||||
"prepublishOnly": "npm run build",
|
||||
"postpublish": "npm run clean",
|
||||
|
Loading…
Reference in New Issue
Block a user