-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: resolve changes from box/frontend (#3590)
* fix: resolve changes from box/frontend * fix: enable prettier on staged * fix: remove react-hooks dependency
- Loading branch information
Showing
9 changed files
with
25 additions
and
180 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
module.exports = require('@box/frontend/prettier/prettierrc.js'); | ||
module.exports = require('@box/frontend/prettier'); |
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
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
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,5 +1,5 @@ | ||
module.exports = { | ||
'*.{js,ts,tsx}': ['eslint --fix', 'git add'], | ||
'*.{js,ts,tsx}': ['prettier --write', 'eslint --fix', 'git add'], | ||
This comment has been minimized.
Sorry, something went wrong.
tjuanitas
Author
Contributor
|
||
'*.md': ['prettier --write --parser=markdown', 'git add'], | ||
'*.json': ['prettier --write --parser=json', 'git add'], | ||
'*.html': ['prettier --write --parser=html', 'git add'], | ||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
|
||
node -pe 'JSON.parse(process.argv[1]).version' "$(cat package.json)" |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
file no longer exists in the latest box/frontend release