naver / eslint-config-naver

Naver JavaScript Coding Conventions rules for eslint
MIT License
221 stars 53 forks source link

parserOptions.ecmaFeatures.experimentalObjectRestSpread' option is deprecated #22

Closed gaepury closed 5 years ago

gaepury commented 6 years ago

lint 체크 시

[ESLINT_LEGACY_OBJECT_REST_SPREAD] DeprecationWarning: The 'parserOptions.ecmaFeatures.experimentalObjectRestSpread' option is deprecated. Use 'parserOptions.ecmaVersion' instead. (found in "node_modules/eslint-config-naver/eslint-config-airbnb-base/index.js")

메세지가 뜹니다. eslint-config-airbnb-base 변경사항에 따른 영향이라 생각되어집니다.

해당 경로 index.js에서 ecmaFetures속성 제거 부탁드립니다.

JaeYeopHan commented 6 years ago

@gaepury #18 에서 진행되고 있습니다. 이슈로는 #17 과 동일합니다. 이슈 등록 고맙습니다!

boxersb commented 6 years ago

머지했습니다~ 감사합니다~~

boxersb commented 5 years ago

https://github.com/naver/eslint-config-naver/blob/master/eslint-config-airbnb-base/index.js#L15 해당 이슈 아직 재현됩니다. 2.0.3 버전으로 패치 예정입니다.

boxersb commented 5 years ago