mirror of
https://github.com/jellyfin/jellyfin-chromecast.git
synced 2024-11-23 05:59:50 +00:00
16 lines
376 B
Markdown
16 lines
376 B
Markdown
# Contributing
|
|
|
|
## Development
|
|
|
|
### Environment
|
|
|
|
The development environment is setup with editorconfig, Code style is enforced by prettier and eslint for Javascipt/Typescript linting
|
|
|
|
- [editorconfig](https://editorconfig.org/)
|
|
- [prettier](https://prettier.io/)
|
|
- [eslint](https://eslint.org/)
|
|
|
|
## Pull Requests
|
|
|
|
This project uses the standard Github Fork and PR flow
|