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:
parent
d38740682a
commit
1f9fe8861f
@ -6581,4 +6581,4 @@
|
||||
"source": "https://github.com/zulip/zulip/"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user