mirror of
https://github.com/minio/minio.git
synced 2025-11-22 18:47:43 -05:00
added eslint prettier check to travis (#5701)
- "yarn eslint" will throw the error if there are any formatting issues - "yarn format" will format the js file based on the project's prettier configuration.
This commit is contained in:
committed by
Harshavardhana
parent
020cc8b669
commit
1c91c7b54d
@@ -36,7 +36,7 @@ ReactDOM.render(
|
||||
<App />
|
||||
</Router>
|
||||
</Provider>,
|
||||
document.getElementById("root"),
|
||||
document.getElementById("root")
|
||||
)
|
||||
|
||||
hideLoader()
|
||||
|
||||
Reference in New Issue
Block a user