W01fw00d / cooking-with-amateurs

Cooking Recipes App. Uses Chemistry-UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eslint custom rules

W01fw00d opened this issue · comments

  • proptypes and defaultProps...

  • auto ordering alphabetically the properties in an object

  • And props in a component (when defining the component and when invoking it)

  • attributes in a HTML tag

Props when defining component: "eslint sort destructured function parameters"

eslint/eslint#14873 -> Won't be fixed by eslint team