7 Commits

Author SHA1 Message Date
dpiercey
69b3ff57c8 chore: reformat files 2024-01-09 14:31:31 -07:00
Michael Rawlings
dacbaa72e1 chore: update prettier package & config, reformat 2023-07-24 11:55:08 -04:00
Michael Rawlings
086533ead4 fix: remove empty const/let/var declarations caused by removal of MARKO_DEBUG expressions 2021-09-29 15:08:44 -07:00
Michael Rawlings
f7ef29cc2e
chore: remove editorconfig and run prettier 2020-02-24 16:48:25 -08:00
Dylan Piercey
f789907c7e
Add migration for legacy widget with getInitialState and no getTemplateData (#1385)
* Add migration for data = state
2019-07-15 13:30:26 -07:00
Michael Rawlings
0f5e639775 Format + lint (#1016)
* add prettierignore

* switch to eslint:recommended + eslint-config-prettier

* fix eslint violations

* remove more .jshintrc files

* better conditional structure

* add prettier and update prettier ignore

* add precommit hook to run prettier

* add lint check to precommit and format check to ci

* format all the things

* add generated files

* let npm do it's thing with package.json
2018-03-09 10:02:11 -08:00
Dylan Piercey
29e8ab9ae3 Debug mode (#916)
* first pass at adding debug support
* Fixes #871. Switch to using a string literal for debug mode checks.
2017-11-07 08:55:02 -08:00