UNPKG

eslint-plugin-sort-properties

Version:

ESLint rules for sorting properties of object expressions, object destructures, and type literals interfaces for TypeScript by their keys.

5 lines (4 loc) 145 B
module.exports = { outOfOrder: "Object properties must be sorted. Property of key '{{ name }}' is out of order with the previous key.", };