Tom Hüttmann

Results 2 issues of Tom Hüttmann

### New Issue Checklist - [x] Updated SwiftLint to the latest version (updated via brew, brew currently still uses `0.53.0`) - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### Question...

enhancement
good first issue

Hey, I am currently creating a barchart using this code ``` #canvas({ chart.barchart( ( ([First], 1), ([Second], 2), ([Third], 1.5), ), mode: "basic", size: 12, x-tick-step: 0.2, ) }) ```...