eslint-plugin

@masknet/unicode/specific-set

Limit the range of literal characters

Rule Details

Options

/**
 * @minItems Infinity
 */
export type Options = [
  {
    pattern?: string
    flags?: string
    only?: 'code' | 'comment'
  },
]

:x: Incorrect

:white_check_mark: Correct

Attributes