mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
parent
90589c3f1c
commit
25b232eccc
2 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
"jsx-quotes": ["error", "prefer-double"],
|
||||
"compat/compat": ["error"],
|
||||
"react/jsx-handler-names": ["warn"], // maybe we want to do this in the future?
|
||||
"react/react-in-jsx-scope": ["error"],
|
||||
|
||||
"jsdoc/check-alignment": ["warn"],
|
||||
"jsdoc/check-examples": ["warn"],
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
const { h } = require('preact')
|
||||
const { Plugin } = require('@uppy/core')
|
||||
const Translator = require('@uppy/utils/lib/Translator')
|
||||
const DashboardUI = require('./components/Dashboard')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue