test(front): ignore nbsp chars in locales
(cherry picked from commit f5c9ad595170b93713460d6393ed7a795cb4bc2e) Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2322>
This commit is contained in:
parent
dd7c3bab5b
commit
ce522dbf59
|
@ -66,6 +66,12 @@ module.exports = {
|
||||||
{
|
{
|
||||||
files: ['*.json'],
|
files: ['*.json'],
|
||||||
parser: 'jsonc-eslint-parser'
|
parser: 'jsonc-eslint-parser'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
files: ['src/locales/*.json'],
|
||||||
|
rules: {
|
||||||
|
'no-irregular-whitespace': 'off'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
settings: {
|
settings: {
|
||||||
|
|
Loading…
Reference in New Issue