mirror of
https://github.com/wharfkit/contract.git
synced 2026-07-21 17:43:29 +00:00
a08cfcb673
* 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
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
arrowParens: 'always'
|
|
bracketSpacing: false
|
|
endOfLine: 'lf'
|
|
printWidth: 100
|
|
semi: false
|
|
singleQuote: true
|
|
tabWidth: 4
|
|
trailingComma: 'es5'
|
|
parser: typescript
|