UNPKG

eslint-plugin-sort-keys

Version:

Fork of eslint rule that sorts keys in objects (https://eslint.org/docs/rules/sort-keys) with autofix enabled

4 lines (3 loc) 80 B
module.exports.rules = { 'sort-keys-fix': require('./rules/sort-keys-fix'), }