eslint-plugin
eslint-plugin copied to clipboard
Support Chinese Please
When I use this plugin, it do not work for Chinese, just only check English, number, symbol ... Could support it check Chinese character? Thanks
I beleive it's because chinese characters doesn't match this regexp
/^[^A-Za-z]+$/, // ignore not-word string
/assign me this i can fix it