winwangqi / react-mobile-boilerplate

react mobile boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tmall Yuanbao

Reference

Hooks

Typescript React

Fundamental

Commit types

[
  'build',
  'chore',
  'ci',
  'docs',
  'feat',
  'fix',
  'perf',
  'refactor',
  'revert',
  'style',
  'test'
];

Issues

  • sort-import does not auto fix #11542
    • Hi, thanks for the proposal. However, I don't think it would be safe for sort-imports to autofix code because it could change the evaluation order of the imported modules, which could unexpectedly affect how the code works. In general, we try to avoid having autofixes that can change the behavior of working code.

About

react mobile boilerplate


Languages

Language:JavaScript 72.4%Language:TypeScript 18.9%Language:HTML 4.7%Language:SCSS 2.7%Language:CSS 1.0%Language:Shell 0.3%