chore: add code formatting and linting (#952)

This commit is contained in:
Caleb
2018-08-07 14:46:54 -06:00
committed by Shawn Erquhart
parent 32e0a9b2b5
commit f801b19221
265 changed files with 5988 additions and 4481 deletions

View File

@ -1,5 +1,5 @@
---
label: "Number"
label: 'Number'
target: number
---
@ -16,11 +16,11 @@ The number widget uses an HTML number input, saving the value as a string, integ
- **Example:**
```yaml
- label: "Puppy Count"
name: "puppies"
widget: "number"
- label: 'Puppy Count'
name: 'puppies'
widget: 'number'
default: 2
valueType: "int"
valueType: 'int'
min: 1
max: 101
```