kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
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
rodzic
dd7c3bab5b
commit
ce522dbf59
|
@ -66,6 +66,12 @@ module.exports = {
|
|||
{
|
||||
files: ['*.json'],
|
||||
parser: 'jsonc-eslint-parser'
|
||||
},
|
||||
{
|
||||
files: ['src/locales/*.json'],
|
||||
rules: {
|
||||
'no-irregular-whitespace': 'off'
|
||||
}
|
||||
}
|
||||
],
|
||||
settings: {
|
||||
|
|
Ładowanie…
Reference in New Issue