관리 메뉴

프론트엔드 정복하기

ESLint | object key 를 오름(내림)차순으로 정렬해주는 플러그인 본문

ESLint

ESLint | object key 를 오름(내림)차순으로 정렬해주는 플러그인

GROWNFRESH 2021. 12. 8. 15:45

ESLint 에는 object key 를 오름 또는 내림 차순으로 정렬해주는 설정이 있습니다.

https://eslint.org/docs/rules/sort-keys

 

sort-keys - Rules

require object keys to be sorted (sort-keys) When declaring multiple properties, some developers prefer to sort property names alphabetically to more easily find and/or diff necessary properties at a later time. Others feel that it adds complexity and beco

eslint.org

 

 

sort-keys Rule 을 autofix 해주는 플러그인은 아래와 같습니다.

https://www.npmjs.com/package/eslint-plugin-sort-keys-fix