forked from safe-global/safe-client-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix prettier/eslint integration (#46)
* Configure code line max-len * Remove prettier config from eslint config file * Fix format * Format adjustment * Format adjustment * Format adjustment * Format adjustment * Integrate with eslint max-len * Integrate with eslint max-len * Integrate with eslint max-len * Dont enforce eslint prettier rules * Test prettier * Test prettier 2 * Separate responsibilities between eslint and prettier * Set 80 chars per line format * Update eslint-config-prettier * Rollback format changes * Rollback format changes
- Loading branch information
1 parent
b49f251
commit 318de92
Showing
4 changed files
with
5 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"singleQuote": true, | ||
"trailingComma": "all" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters