diff --git a/.eslintignore b/.eslintignore index 07a71bce..217e2872 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,4 @@ node_modules/* dist/* playground/ -scripts/* \ No newline at end of file +scripts/* diff --git a/translations/en.json b/translations/en.json index 0e87a183..46b77f95 100644 --- a/translations/en.json +++ b/translations/en.json @@ -7,4 +7,4 @@ "message": "Eraser", "description": "Label for the eraser tool" } -} \ No newline at end of file +} diff --git a/translations/messages/src/components/brush-mode.json b/translations/messages/src/components/brush-mode.json index fb8440ae..cc898d9b 100644 --- a/translations/messages/src/components/brush-mode.json +++ b/translations/messages/src/components/brush-mode.json @@ -4,4 +4,4 @@ "description": "Label for the brush tool", "defaultMessage": "Brush" } -] \ No newline at end of file +] diff --git a/translations/messages/src/components/eraser-mode.json b/translations/messages/src/components/eraser-mode.json index 8cd5b6a3..5ba35343 100644 --- a/translations/messages/src/components/eraser-mode.json +++ b/translations/messages/src/components/eraser-mode.json @@ -4,4 +4,4 @@ "description": "Label for the eraser tool", "defaultMessage": "Eraser" } -] \ No newline at end of file +]