mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
[config] add Overleaf and overleaf to the list of ignored misspellings
This commit is contained in:
parent
033af5091f
commit
82c0f8f0b4
1 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue