UNPKG
strapi-provider-upload-exo
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
Strapi v4 Exoscale (S3 compatible) upload provider
strapi.io
raylenzin/strapi-provider-upload-exo
strapi-provider-upload-exo
/
.eslintrc.js
16 lines
(15 loc)
•
202 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module
.
exports
= {
'env'
: {
'browser'
:
true
,
'commonjs'
:
true
,
'es2021'
:
true
, },
'extends'
: [
'google'
, ],
'parserOptions'
: {
'ecmaVersion'
:
12
, },
'rules'
: { }, };