mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-02-04 01:53:43 +02:00
Fix 'wslint' command that isn't linting the simple-icons.json file. (#3079)
* Avoid to insert a final newline on '_data/simple-icons.json' file config for '.editorconfig'. * Fix wslint script, add final newline to simple-icons.json and revert .editorconfig configuration.
This commit is contained in:
parent
d38740682a
commit
1f9fe8861f
@ -33,7 +33,7 @@
|
||||
"our-lint": "node scripts/lint.js",
|
||||
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema",
|
||||
"svglint": "svglint icons/* --ci",
|
||||
"wslint": "editorconfig-checker -exclude *.svg",
|
||||
"wslint": "editorconfig-checker -exclude \\.svg$",
|
||||
"prepublishOnly": "npm run build",
|
||||
"postpublish": "npm run clean",
|
||||
"test": "jest",
|
||||
|
Loading…
x
Reference in New Issue
Block a user