Fix prettifier/lint issues (#2066)
* Add glitch-soc locale files to prettierignore * Run prettier on theme.yml * Add glitch-soc emoji_map.json to .prettierignore * Run prettier on config/i18n-tasks.yml
This commit is contained in:
@ -8,7 +8,10 @@ data:
|
||||
- config/locales-glitch/*.%{locale}.yml
|
||||
|
||||
write:
|
||||
- ['{devise, simple_form, doorkeeper}.*', 'config/locales-glitch/\1.%{locale}.yml']
|
||||
- [
|
||||
'{devise, simple_form, doorkeeper}.*',
|
||||
'config/locales-glitch/\1.%{locale}.yml',
|
||||
]
|
||||
- config/locales-glitch/%{locale}.yml
|
||||
|
||||
external:
|
||||
|
Reference in New Issue
Block a user