storybookjs / eslint-plugin-storybook

🎗Official ESLint plugin for Storybook
MIT License
245 stars 52 forks source link

fix: prefer-pascal-case report error for non-latin characters #122

Open tychenjiajun opened 1 year ago

tychenjiajun commented 1 year ago

What Changed

Change isPascalCase method in the rule prefer-pascal-case. Some codes are copied from https://github.com/jsx-eslint/eslint-plugin-react/blob/161317e664ff00e0c0a27f3d032613f621c05939/lib/rules/jsx-pascal-case.js

Checklist

Check the ones applicable to your change:

Change Type

Indicate the type of change your pull request is: