keenethics / node-react-starter-kit

MIT License
0 stars 1 forks source link

README issues #12

Closed epaminond closed 5 years ago

epaminond commented 5 years ago

We setup an aliases to facilitate the import of components (you can see list of aliases in webpack config) and we use names with uppercase for them.

We setup aliases to import components (you can see list of aliases in webpack config) and we use uppercase names for them.

Check a default rules for lint in .eslintrc and .stylelintrc files. We support a11y ideas and use rules and plugins that help make project more responsive and available.

Check default lint-rules in .eslintrc and .stylelintrc. We support a11y ideas. We use rules and plugins that help making project more responsive and accessible.

The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on.

The goal of reset-stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on.

Also please add hooks description.

usernamus commented 5 years ago

I'll create new issues about hooks description.

Another ones you can check in 23235605ffa54eecc312d7319985678635fedf49 commit.