Már Örlygsson
Már Örlygsson
Does anyone have an opinion on this? This is keeping me from using es6-transpiler as a post-processor.
This is still causing headache. See also #72
+1. There are even more sides to this - seen here #68
I'm running into basically the same issue as @aquaductape: `behavior: 'auto'` respects the element's CSS `scroll-behavior: smooth` declaration. What works (in browsers) is `behavior: 'instant'`, prefixed with a `// @ts-expect-error...
The proposed merging of "instant" with "auto" along with the described resolution algoritm of the "auto" behavior value, remove a perfectly valid use case/feature, without as much as a hint...
This is *also* a simple variable assignment, so the question is which one wins over. :-) In my experience these sort of lines will be sitting in the middle of...
I see, so even if from the human developer's end there's a difference, the parser can't see the difference? How come then does the formatter retain the single-line syntax and...
I am aware of the `--options` parameter, but I'm thinking of ways to make these settings easily portable between npm scripts, VSCode, Atom, etc. with a single `*rc` file as...
Yes I had noticed that, and I **will** be using `.stylintrc` ... when #43, #44, #46 and #49 have been fixed. :-) Until then I don't feel quite safe auto-formatting...