This commit is contained in:
parent
fd48fe50f8
commit
b72c140247
1 changed files with 4 additions and 2 deletions
|
|
@ -8,7 +8,9 @@ module.exports = {
|
|||
'en-capitalization': true,
|
||||
'stop-words': {
|
||||
exclude: [
|
||||
'relative to', // We need to talk about links "relative to the root"
|
||||
'relative to', // We need to talk about links "relative to the root",
|
||||
'pick out', // Needed word, not to clumsy
|
||||
'encounter' // Needed word, not to clumsy
|
||||
],
|
||||
},
|
||||
terminology: {
|
||||
|
|
@ -20,4 +22,4 @@ module.exports = {
|
|||
severity: 'warning',
|
||||
},
|
||||
},
|
||||
};
|
||||
};
|
||||
Loading…
Reference in a new issue