Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Aug 1, 2022
1 parent 9012616 commit 183cc0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/transformers/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"dependencies": {
"@parcel/plugin": "2.6.2",
"@parcel/utils": "2.6.2",
"@parcel/workers": "2.6.2",
"nullthrows": "^1.1.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ function shouldExclude(asset, options) {
v =>
v.specifier === 'react' ||
v.specifier === 'react/jsx-runtime' ||
v.specifier === 'react/jsx-dev-runtime'||
v.specifier === 'react/jsx-dev-runtime' ||
v.specifier === '@emotion/react' ||
v.specifier === '@emotion/react/jsx-runtime' ||
v.specifier === '@emotion/react/jsx-dev-runtime'
v.specifier === '@emotion/react/jsx-dev-runtime',
)
);
}
Expand Down

0 comments on commit 183cc0a

Please sign in to comment.