Skip to content

Commit

Permalink
Remove fix from lint
Browse files Browse the repository at this point in the history
  • Loading branch information
salesfelipe committed Nov 11, 2019
1 parent b581a68 commit 9eb9db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion messages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"addresses.saveAddress": "Adresse speichern",
"addresses.deleteAddress": "Adresse löschen",
"addresses.notFound": "Sie haben noch keine Adresse!",
"addresses.notApplicable": "N/A",
"addresses.notApplicable": "N/V",
"commons.edit": "Bearbeiten",
"alert.addressNotFound": "Die ausgewählte Adresse wurde nicht gefunden.",
"alert.success": "Ihre Angaben wurden erfolgreich gespeichert.",
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typescript": "3.5.2"
},
"scripts": {
"lint": "tsc --noEmit && eslint --fix --ext ts,tsx .",
"lint": "tsc --noEmit && eslint --ext ts,tsx .",
"test": "vtex-test-tools test"
},
"version": "0.29.5"
Expand Down

0 comments on commit 9eb9db2

Please sign in to comment.