@masknet/eslint-plugin
Version:
eslint plugin for masknet
45 lines (30 loc) • 620 B
Markdown
<!-- begin title -->
# `@masknet/unicode/specific-set`
Limit the range of literal characters
<!-- end title -->
## Rule Details
## Options
<!-- begin options -->
```ts
/**
* @minItems Infinity
*/
export type Options = [
{
pattern?: string;
flags?: string;
only?: "code" | "comment";
},
];
```
<!-- end options -->
### :x: Incorrect
### :white_check_mark: Correct
## Attributes
<!-- begin attributes -->
- [ ] :white_check_mark: Recommended
- [x] :wrench: Fixable
- [ ] :bulb: Suggestions
- [x] :gear: Configurable
- [ ] :thought_balloon: Requires type information
<!-- end attributes -->