Skip to content

Commit

Permalink
updated ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
karmaniverous committed Dec 21, 2022
1 parent 7503e72 commit da490c8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"ignore": [
"**/*.test.cjs",
"**/*.test.js",
"**/*.test.jsx",
"**/*.test.mjs",
"**/*.test.ts"
],
"ignore": ["**/*.test.cjs", "**/*.test.js", "**/*.test.mjs", "**/*.test.ts"],
"presets": ["@babel/preset-env"],
"plugins": [
"@babel/plugin-syntax-import-assertions",
Expand Down

0 comments on commit da490c8

Please sign in to comment.