-
Hey @Aldaviva & all. Where I'm currently working (a VFX shop), the boss was looking for a good floor plan solution. We came across this, and it seemed to be really promising. However, it looks like th…
-
After thinking about how to simplify the introduction process, I've decided to replicate one of the best onboarding tools out there: `create-react-app`.
The goal: create a script that will generat…
-
Let's do that!
I'm not agree with the rules, that standard js dictates, but this is another story. The reason why I suggesting this is because eslint + prettier will produce match more better dev e…
-
I think you should trim space on the left for each line.
I was trying to use efm with [standard](https://standardjs.com/) and here are the kind of output I got:
```
> standard -v /Users/me/Document…
-
I was thinking to have an option to add esLint into project
``` js
> Do you wanna use lint ? [y/N] y
- esLint
- tsLint
- jsHint
> What code style do you prefer to use?
- standard
- google
…
-
I suggest we create and enable a git pre-commit hook that warns on style violations, and explains how to change the behaviour to fail on style violations. This adds no friction to the first commit, bu…
-
When using this extension in a WSL remote window, no linting is done. Executing a command such as "auto-fix problems" shows this error in the "Log (Remote Extension Host)" output panel:
```
[2019-…
-
**What version of this package are you using?**
16.0.3
**What problem do you want to solve?**
To utilise Vue 3's feature, there are edge cases where you need to utilise a normal tag alongside ,…
-
**What version of this package are you using?** v2.0.1
**What operating system, Node.js, and npm version?** macos Monterey 12.0.1 with Node v17.1.0 and npm@8.1.4, ts-standard@11.0.0 is installed gl…
-
I remembered reading something that said, one can (and therefore should) omit semicolons at the end of a Javascript code line.
Since jshero does use semicolons, I did a quick research. Examples tha…