docs(jshint): fix typo in sed command

This commit is contained in:
Danish Shafi
2021-12-14 18:17:54 +00:00
committed by AJ ONeal
parent 582c48671d
commit bb9ce2d026

View File

@@ -2,7 +2,7 @@
// Recommended config from https://webinstall.dev/jshint
//
// To copy this file into your project without comments, run this:
// sed -e ~/.jshintrc.webi.json5 's://.*::g' > .jshintrc
// sed -e 's://.*::g' ~/.jshintrc.webi.json5 > .jshintrc
{
"browser": true,