Skip to content

Commit

Permalink
chore: permit double quotes in i18n files
Browse files Browse the repository at this point in the history
So Lokalise doesn't fall apart.
  • Loading branch information
rwd committed May 3, 2024
1 parent 9b66263 commit 74f4781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ module.exports = {
},
{
files: [
'packages/portal/src/lang/*.js'
'packages/portal/src/i18n/lang/*.js'
],
rules: {
quotes: [
Expand Down

0 comments on commit 74f4781

Please sign in to comment.