mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-19 01:24:18 +00:00
* enforce some eslint rules * enforce accessibility linter rules * harden lint rules with only 1 or 2 warnings * fix remaining rules with less than 3 warnings * fix e2e tests * fix remaining rules with less than 4 warnings * fix remaining rules with less than 6 warnings * fix `shuffleTaglines` * fix companion build
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
module.exports = function babel (api) {
|
|
api.cache(true)
|
|
return {
|
|
presets: ['babel-preset-expo'],
|
|
}
|
|
}
|