SamurAIGPT / EmbedAI

An app to interact privately with your documents using the power of GPT, 100% privately, no data leaks
https://www.thesamur.ai/?utm_source=github&utm_medium=link&utm_campaign=github_privategpt
MIT License
2.79k stars 301 forks source link

Feature linter formatter #71

Closed simwai closed 1 year ago

simwai commented 1 year ago

I added some fancy linting and formatting tools for JS and CSS. The stylelint rules are mostly a merge of the stylelint-config-standard and stylelint-config-recommended rules. I know every coder has its own style, so feel free to adjust some rules, if you don't like them.

Moreover, I updated the README to use a venv to avoid dependency conflicts (which I got without it) and added source_documents to the .gitignore file.