1
0
Fork 0
This commit is contained in:
Sylvain Pace 2018-09-03 18:02:34 +02:00
parent fd48fe50f8
commit b72c140247

View file

@ -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',
},
},
};
};