diff --git a/tools/typograf.js b/tools/typograf.js index bb4bdd8..94565ad 100644 --- a/tools/typograf.js +++ b/tools/typograf.js @@ -27,7 +27,8 @@ tp.disableRule('*');[ 'common/punctuation/quote', 'common/nbsp/*', 'ru/nbsp/*', - 'ru/dash/main' + 'ru/dash/main', + 'en-US/dash/main', ].forEach(rule => tp.enableRule(rule))