[config] add Overleaf and overleaf to the list of ignored misspellings

This commit is contained in:
Jakob Ackermann 2020-10-08 14:12:55 +01:00
parent 033af5091f
commit 82c0f8f0b4

View file

@ -24,7 +24,16 @@ module.exports = {
ignoredMisspellings: process.env.IGNORED_MISSPELLINGS
? process.env.IGNORED_MISSPELLINGS.split(',')
: ['ShareLaTeX', 'sharelatex', 'LaTeX', 'http', 'https', 'www'],
: [
'Overleaf',
'overleaf',
'ShareLaTeX',
'sharelatex',
'LaTeX',
'http',
'https',
'www'
],
sentry: {
dsn: process.env.SENTRY_DSN