Skip to content

Commit

Permalink
upgraded filestack-js
Browse files Browse the repository at this point in the history
  • Loading branch information
RatGabi committed Dec 12, 2023
1 parent 78988f0 commit 04c04ba
Show file tree
Hide file tree
Showing 4 changed files with 3,223 additions and 25,157 deletions.
14 changes: 11 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
"jsx": true
},
"babelOptions": {
"presets": ["@babel/preset-react"]
"presets": [
"@babel/preset-react"
]
},
"requireConfigFile": false
},
Expand All @@ -45,6 +47,12 @@
"react/jsx-handler-names": 0,
"react/jsx-fragments": 0,
"react/no-unused-prop-types": 0,
"import/export": 0
"import/export": 0,
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
]
}
}
}
Loading

0 comments on commit 04c04ba

Please sign in to comment.