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:
jo 2023-01-18 17:06:25 +01:00 committed by Ciarán Ainsworth
parent dd7c3bab5b
commit ce522dbf59
1 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,12 @@ module.exports = {
{
files: ['*.json'],
parser: 'jsonc-eslint-parser'
},
{
files: ['src/locales/*.json'],
rules: {
'no-irregular-whitespace': 'off'
}
}
],
settings: {