mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 02:08:30 +00:00
Migrate from Eslint/Prettier/Stylelint to Biome (#5794)
This commit is contained in:
parent
d408570373
commit
78299475ae
544 changed files with 7527 additions and 8168 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { Component, OnInit } from '@angular/core'
|
||||
import { Component, type OnInit } from '@angular/core'
|
||||
import { Uppy } from '@uppy/core'
|
||||
import Webcam from '@uppy/webcam'
|
||||
import Tus from '@uppy/tus'
|
||||
import GoogleDrive from '@uppy/google-drive'
|
||||
import Tus from '@uppy/tus'
|
||||
import Webcam from '@uppy/webcam'
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@ import { NgModule } from '@angular/core'
|
|||
import { BrowserModule } from '@angular/platform-browser'
|
||||
|
||||
import {
|
||||
UppyAngularDashboardModalModule,
|
||||
UppyAngularDashboardModule,
|
||||
UppyAngularStatusBarModule,
|
||||
UppyAngularDragDropModule,
|
||||
UppyAngularProgressBarModule,
|
||||
UppyAngularDashboardModalModule,
|
||||
UppyAngularStatusBarModule,
|
||||
} from '@uppy/angular'
|
||||
import { AppComponent } from './app.component'
|
||||
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ import { AppModule } from './app/app.module'
|
|||
|
||||
platformBrowserDynamic()
|
||||
.bootstrapModule(AppModule)
|
||||
.catch((err) => console.error(err)) // eslint-disable-line no-console
|
||||
.catch((err) => console.error(err))
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* You can add global styles to this file, and also import other style files */
|
||||
@import '@uppy/core/dist/style.css';
|
||||
@import '@uppy/dashboard/dist/style.css';
|
||||
@import '@uppy/drag-drop/dist/style.css';
|
||||
@import '@uppy/progress-bar/dist/style.css';
|
||||
@import "@uppy/core/dist/style.css";
|
||||
@import "@uppy/dashboard/dist/style.css";
|
||||
@import "@uppy/drag-drop/dist/style.css";
|
||||
@import "@uppy/progress-bar/dist/style.css";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue