NaverPayDev / code-style

naverpay frontend 코딩 컨벤션을 위한 패키지입니다
MIT License
111 stars 1 forks source link

eslint-plugin/prevent-default-import에서 jsx 문법도 지원 #48

Closed byhhh2 closed 4 months ago

byhhh2 commented 4 months ago

Related Issue

41

Describe your changes

- import React from 'react'
+ import {StrictMode} from 'react'

const Component = () => {
-  return <React.StrictMode />
+  return <StrictMode />
}
changeset-bot[bot] commented 4 months ago

🦋 Changeset detected

Latest commit: d8d1dc38db96e1b3d1fc2ded503c0fd1f4439899

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages | Name | Type | | ----------------------- | ----- | | @naverpay/eslint-plugin | Minor | | @naverpay/eslint-config | Major |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

byhhh2 commented 4 months ago

canary

boxersb commented 4 months ago

에구.. 컨플릭이 있네용..

byhhh2 commented 4 months ago

@boxersb 님, @yceffort-naver 님, @2-one-week 님 lock 파일에 충돌이 있어서 해결 후 push 했는데 확인 요청 드립니당 🙇🏻‍♀️