mirror of
https://github.com/minio/minio.git
synced 2025-11-11 22:40:14 -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()
|
||||
|
||||
@@ -58,7 +58,11 @@ export class UploadModal extends React.Component {
|
||||
|
||||
return (
|
||||
<div className="alert alert-info alert--upload animated fadeInUp ">
|
||||
<button type="button" className="close close--alt" onClick={showAbortModal}></button>
|
||||
<button
|
||||
type="button"
|
||||
className="close close--alt"
|
||||
onClick={showAbortModal}
|
||||
/>
|
||||
<div>{text}</div>
|
||||
<ProgressBar now={percent} />
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user