Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Oct 24, 2023
1 parent 764e9ab commit bfa8a90
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ const directiveTypes: DirectiveType[] = [
'textDirective',
];

// eslint-disable-next-line @typescript-eslint/consistent-indexed-object-style
const directivePrefixMap: Record<DirectiveType, string> = {
const directivePrefixMap: {[key in DirectiveType]: string} = {
textDirective: ':',
leafDirective: '::',
containerDirective: ':::',
Expand Down

0 comments on commit bfa8a90

Please sign in to comment.