Files
Aaron Cox a08cfcb673 Supporting typed actions and enabling autocomplete (#45)
* Altering action calls to be able to support typed inputs

* Delete example-contract.ts

* Renamed ActionData to ActionDataType

* Use prettier on generated code, and fixed tests

* Adding prettier plugin to cleanup imports

* Reverting back to old action syntax + new table syntax

* Implementing scope calls and cursors (#48)

* Moved `TableCursor` to `TableRowCursor` and extended abstract

* Version 0.4.0-beta1

* Implemented scope cursors
2023-08-16 14:34:08 -07:00

10 lines
158 B
Plaintext

arrowParens: 'always'
bracketSpacing: false
endOfLine: 'lf'
printWidth: 100
semi: false
singleQuote: true
tabWidth: 4
trailingComma: 'es5'
parser: typescript