mirror of
https://github.com/minio/minio.git
synced 2025-11-13 23:31:37 -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
@@ -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