textlint-rule-terminology
Advanced tools
Comparing version 1.1.11 to 1.1.12
{ | ||
"name": "textlint-rule-terminology", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "TextLint rule to check correct terms spelling", | ||
@@ -5,0 +5,0 @@ "author": { |
[ | ||
// Brands | ||
"Airbnb", | ||
"AVA", | ||
@@ -41,3 +42,7 @@ "Browsersync", | ||
["auto[- ]?complete", "autocomplete"], | ||
["auto[- ]?format", "autoformat"], | ||
["auto[- ]?fix", "autofix"], | ||
["auto[- ]?fixing", "autofixing"], | ||
["tree-?shaking", "tree shaking"], | ||
["css-?in-?js", "CSS in JS"], | ||
@@ -44,0 +49,0 @@ // Starts from a lower case letter in the middle of a sentence |
9264
125