eslint-plugin icon indicating copy to clipboard operation
eslint-plugin copied to clipboard

Support Chinese Please

Open Sioncovy opened this issue 2 years ago • 1 comments

When I use this plugin, it do not work for Chinese, just only check English, number, symbol ... Could support it check Chinese character? Thanks

image

Sioncovy avatar Dec 28 '23 09:12 Sioncovy

I beleive it's because chinese characters doesn't match this regexp

/^[^A-Za-z]+$/, // ignore not-word string

timofei-iatsenko avatar Dec 28 '23 10:12 timofei-iatsenko

/assign me this i can fix it

rj-Anurag avatar Oct 21 '24 16:10 rj-Anurag