Skip to content

Commit 44a8be3

Browse files
authored
chore: address JavaScript lint errors
PR-URL: #7134 Closes: #7111 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 776c7e4 commit 44a8be3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

etc/eslint/rules/spellcheck.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ rules[ '@cspell/spellchecker' ] = [ 'warn', {
115115
'tricube',
116116
'trigamma',
117117
'uncapitalize',
118-
'unregularized'
118+
'unregularized',
119+
'Fréchet'
119120
]
120121
}
121122
}];

0 commit comments

Comments
 (0)