Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
module.exports = {
...require('@invoke-ai/prettier-config-react'),
overrides: [
{
files: ['public/locales/*.json'],
options: {
tabWidth: 4,
},
],
};