Skip to content

Commit

Permalink
fix: browserslist query
Browse files Browse the repository at this point in the history
  • Loading branch information
YaraMatkova committed Aug 9, 2022
1 parent 9500679 commit e51cd8b
Show file tree
Hide file tree
Showing 6 changed files with 531 additions and 860 deletions.
6 changes: 2 additions & 4 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
"presets": [
"@babel/preset-flow",
["@babel/preset-env", {
"targets": ["> 0.25%", "not dead"]
"targets": ">0.25%, not dead, ie 11"
}]
],
"plugins": [
"es6-promise",
"@babel/plugin-transform-flow-comments",
["@babel/plugin-transform-runtime", {
"version": "7.18.6"
}]
"@babel/plugin-transform-runtime"
],
"env": {
"test": {
Expand Down
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
"jest/no-disabled-tests": "error",
"jest/no-focused-tests": "error",
"jest/no-identical-title": "error",
"@typescript-eslint/no-var-requires": "off"
"@typescript-eslint/no-var-requires": "off",
"jest/prefer-to-be": "warn"
}
}
]
Expand Down
Loading

0 comments on commit e51cd8b

Please sign in to comment.