diff --git a/front/.eslintrc.js b/front/.eslintrc.js index 1a89bdda3..c9ea0eb18 100644 --- a/front/.eslintrc.js +++ b/front/.eslintrc.js @@ -66,6 +66,12 @@ module.exports = { { files: ['*.json'], parser: 'jsonc-eslint-parser' + }, + { + files: ['src/locales/*.json'], + rules: { + 'no-irregular-whitespace': 'off' + } } ], settings: {