Skip to content

Commit

Permalink
feat(template): Add eslint-disable rules to prevent prettier error on…
Browse files Browse the repository at this point in the history
… generated files
  • Loading branch information
fdrault committed Apr 22, 2024
1 parent d5cf360 commit 6c3b095
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/templates/translations.mustache
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/* eslint-disable prettier/prettier */
// prettier-ignore

/**
* Generated by i18n-type-generator
* https://github.com/BeTomorrow/i18n-typegen
*/

declare module "translations" {
type Translations = {
{{#keys}}
Expand Down

0 comments on commit 6c3b095

Please sign in to comment.