Improve Developer Experience #30
error-four-o-four
started this conversation in
Ideas
Replies: 3 comments
-
Thank for your input! I totally agree with the proposed impovements, feel free to work on them and submit a pull request. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Would you be opposed to add npm packages like prettier and lint-staged?? But one would have to define the prettier rules. So here's a very fundamental question: 'Tabs' or 'Spaces' ?? 😅 {
"semi": true,
"useTabs": true,
"tabWidth": 2,
"trailingComma": "es5",
"arrowParens": "always",
"bracketSameLine": true,
"singleQuote": true,
"endOfLine": "crlf"
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Feel free to add them, fine by me! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I'd like to suggest some aspects to improve the DX:
jss.ts
is a bit overwhelming. Maybe one could split it into several modules (e.g. "renderer", "handlers", "constants", "synths" etc.).Beta Was this translation helpful? Give feedback.
All reactions