Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Paul Campbell 7a4644497f
[JS] Modernize and automate code quality/formatting (#6815)
* [JS] `prettier` config and updated `eslint`

Fixes #6757

* lint-staged config

run "npx lint-staged" from nodejs root for service

* set up husky

* `eslint --fix` on `adaptivecards`

does not include fixing of fixes :)

* eslint manual cleanup

* Fix formatting of properties with quotes

* `prettier` format `adaptivecards`

* tsx/jsx support and remove from .editorconfig

* Pre-filter commit hook to only check if files opened in nodejs
2021-12-09 10:22:18 -08:00
Canhua Li 45bd264a7b
[JS] Make the default adaptivecards-react a simple wrapper for adaptivecards (#6624)
* refactor adaptivecards-react

* update readme and host-config-context

* format tsx via .editconfig
2021-10-22 09:49:50 -07:00
David Claux 441c1d6419
[Designer] Bug fixes and minor enhancements (#3510)
* Designer bug fixes and minor enhancements

* Address review feedback
2019-10-04 10:29:18 -07:00
Paul Campbell f915e02a01
Introduce simple editorconfig (#1994)
Add a simple `.editorconfig` to set indenting and charset standards across the codebase. Also, apply rules to existing files.
2018-10-05 15:04:17 -07:00