style: remove setting of indent size to 4 in i18n-parser config
This commit is contained in:
parent
55049da705
commit
953846732c
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ module.exports = {
|
||||||
output: 'src/locales/$LOCALE.json',
|
output: 'src/locales/$LOCALE.json',
|
||||||
locales: ['en-GB', 'es-ES'],
|
locales: ['en-GB', 'es-ES'],
|
||||||
sort: true,
|
sort: true,
|
||||||
indentation: 4,
|
|
||||||
// Force usage of JsxLexer for .js files as otherwise we can't pick up <Trans> components.
|
// Force usage of JsxLexer for .js files as otherwise we can't pick up <Trans> components.
|
||||||
lexers: {
|
lexers: {
|
||||||
js: ['JsxLexer'],
|
js: ['JsxLexer'],
|
||||||
|
|
Loading…
Reference in a new issue