Skip to content

Commit 04c04ba

Browse files
committed
upgraded filestack-js
1 parent 78988f0 commit 04c04ba

File tree

4 files changed

+3223
-25157
lines changed

4 files changed

+3223
-25157
lines changed

.eslintrc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
"jsx": true
3131
},
3232
"babelOptions": {
33-
"presets": ["@babel/preset-react"]
33+
"presets": [
34+
"@babel/preset-react"
35+
]
3436
},
3537
"requireConfigFile": false
3638
},
@@ -45,6 +47,12 @@
4547
"react/jsx-handler-names": 0,
4648
"react/jsx-fragments": 0,
4749
"react/no-unused-prop-types": 0,
48-
"import/export": 0
50+
"import/export": 0,
51+
"prettier/prettier": [
52+
"error",
53+
{
54+
"endOfLine": "auto"
55+
}
56+
]
4957
}
50-
}
58+
}

0 commit comments

Comments
 (0)