Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Make the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
queicherius committed May 28, 2021
1 parent af238f2 commit 6417bda
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Compiled Output
dist/
.next/

# Tests
coverage/
__snapshots__/

# Dependencies
node_modules/
Expand Down
2 changes: 1 addition & 1 deletion example/.babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["next/babel"],
"plugins": ["@devoxa/next-i18next-compress/babel"]
}
}
2 changes: 1 addition & 1 deletion example/public/locales/de/common.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"Hello world": "Hallo Welt"
}
}
2 changes: 1 addition & 1 deletion example/public/locales/en/common.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"Hello world": "Hello world"
}
}

0 comments on commit 6417bda

Please sign in to comment.