Skip to content

Commit f831893

Browse files
chore: add type for ignoreComputedKeys option of sort-keys (#19184)
1 parent 8f70eb1 commit f831893

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/types/rules/stylistic-issues.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1854,6 +1854,10 @@ export interface StylisticIssues extends Linter.RulesRecord {
18541854
* @default false
18551855
*/
18561856
allowLineSeparatedGroups: boolean;
1857+
/**
1858+
* @default false
1859+
*/
1860+
ignoreComputedKeys: boolean;
18571861
}>,
18581862
]
18591863
>;

0 commit comments

Comments
 (0)