Add exception 'Autor' to 'common-misspellings'

This commit is contained in:
Wolfgang Huß 2025-10-28 15:09:03 +01:00
parent c9e77f363a
commit 03076df81b

View File

@ -24,7 +24,7 @@ module.exports = {
'doubled-spaces': true,
'common-misspellings': {
// Misspellings to be ignored (case-insensitive)
ignore: ['Exemple'],
ignore: ['Autor', 'Exemple'],
},
'write-good': false,
'apostrophe': true,