diff --git a/docs/coding-style.md b/docs/coding-style.md index e33bd4c..5ad0991 100644 --- a/docs/coding-style.md +++ b/docs/coding-style.md @@ -13,7 +13,6 @@ # React - create one file per one component (tiny helper components in the same file are fine) -- if - name file identically to the component it describes (e.g. `const DisplayForecasts: React.FC = ...` in `DisplayForecasts.ts`) - use named export instead of default export for all React components - it's better for refactoring