Add prettier (in pre-commit and CI) (#33693)

* Add prettier (in pre-commit and CI)

* Make all file prettier

* Change order

* Add to Azure Pipelines

* Fix a YAML file prettier caught as invalid

* Remove flow mapping using curly braces from all YAML service files
This commit is contained in:
Franck Nijhof 2020-04-05 17:27:16 +02:00 committed by GitHub
parent e3bcfb88e7
commit 39336d3ea3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
187 changed files with 1649 additions and 1688 deletions

View file

@ -2,9 +2,6 @@
"domain": "opencv",
"name": "OpenCV",
"documentation": "https://www.home-assistant.io/integrations/opencv",
"requirements": [
"numpy==1.18.1",
"opencv-python-headless==4.2.0.32"
],
"requirements": ["numpy==1.18.1", "opencv-python-headless==4.2.0.32"],
"codeowners": []
}