| 1234567891011 | 
							- extends: substitution
 
- message: "Use '%s' instead of '%s'."
 
- link: 'https://developers.google.com/style/abbreviations'
 
- ignorecase: true
 
- level: error
 
- nonword: true
 
- action:
 
-   name: replace
 
- swap:
 
-   '\b(?:eg|e\.g\.)[\s,]': for example
 
-   '\b(?:ie|i\.e\.)[\s,]': that is
 
 
  |