mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-02-21 16:34:33 +03: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
@ -6581,4 +6581,4 @@
|
|||||||
"source": "https://github.com/zulip/zulip/"
|
"source": "https://github.com/zulip/zulip/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
"our-lint": "node scripts/lint.js",
|
"our-lint": "node scripts/lint.js",
|
||||||
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema",
|
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema",
|
||||||
"svglint": "svglint icons/* --ci",
|
"svglint": "svglint icons/* --ci",
|
||||||
"wslint": "editorconfig-checker -exclude *.svg",
|
"wslint": "editorconfig-checker -exclude \\.svg$",
|
||||||
"prepublishOnly": "npm run build",
|
"prepublishOnly": "npm run build",
|
||||||
"postpublish": "npm run clean",
|
"postpublish": "npm run clean",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
@ -42,4 +42,4 @@
|
|||||||
"svgo": "svgo --config=./.svgo.yml",
|
"svgo": "svgo --config=./.svgo.yml",
|
||||||
"get-filename": "node scripts/get-filename.js"
|
"get-filename": "node scripts/get-filename.js"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user