1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2025-01-25 01:32:58 +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:
Álvaro Mondéjar 2020-05-14 18:30:14 +02:00 committed by GitHub
parent d38740682a
commit 1f9fe8861f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -6581,4 +6581,4 @@
"source": "https://github.com/zulip/zulip/"
}
]
}
}

View File

@ -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",
@ -42,4 +42,4 @@
"svgo": "svgo --config=./.svgo.yml",
"get-filename": "node scripts/get-filename.js"
}
}
}