/** * @copyright nhcarrigan * @license Naomi's Public License * @author Naomi Carrigan */ import type { Linter } from "eslint"; export const sortKeysFixRules: Linter.RulesRecord = { "sort-keys-fix/sort-keys-fix": "warn", };