Skip to content

Commit

Permalink
Lint (#8359)
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Aug 2, 2022
1 parent 9012616 commit a22164c
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
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
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 a22164c

Please sign in to comment.