style: remove setting of indent size to 4 in i18n-parser config

This commit is contained in:
Tom French 2022-08-31 00:21:17 +01:00
parent 55049da705
commit 953846732c

View file

@ -3,7 +3,6 @@ module.exports = {
output: 'src/locales/$LOCALE.json',
locales: ['en-GB', 'es-ES'],
sort: true,
indentation: 4,
// Force usage of JsxLexer for .js files as otherwise we can't pick up <Trans> components.
lexers: {
js: ['JsxLexer'],