test(front): ignore nbsp chars in locales

(cherry picked from commit f5c9ad595170b93713460d6393ed7a795cb4bc2e)

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2322>
environments/review-front-2029-1110q1/deployments/16693
jo 2023-01-18 17:06:25 +01:00 zatwierdzone przez Ciarán Ainsworth
rodzic dd7c3bab5b
commit ce522dbf59
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

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