diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 00000000..044b9fcf --- /dev/null +++ b/.prettierrc @@ -0,0 +1,6 @@ +{ + "trailingComma": "none", + "tabWidth": 2, + "semi": true, + "singleQuote": true +} \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6d98bfd0..34803d63 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,8 @@ To ensure the highest standards of code quality and maintainability, we ask all ### TypeScript Standards -- Follow the [TypeScript coding guidelines](https://github.com/microsoft/TypeScript/wiki/Coding-guidelines) for TypeScript code. +### TypeScript Standards + - Use `eslint` and `prettier` for linting and formatting your code. Ensure your code passes all lint checks before submitting a pull request. ### React Best Practices