Jakub Markiewicz

Results 3 comments of Jakub Markiewicz

@anisjonischkeit i'm currently rewriting fork of @enalmada fork to jsx3. Will probably make a PR to forked repo when I clean my code. Working jsx3 components (not everything bust most...

@Enalmada Great, it should be ready in a few days, probably with some example app (in monorepo) for tests since it's not a lot of work. I'm using latest ant...

Would just simple ```json { "trailingComma": "es5", "tabWidth": 4, "semi": false, "singleQuote": true } ``` with ignoring ```sh *.json *.css *.bs.js *.yml *.md ``` and workflow ```yml - name: format...