-
🙏
Semi-colons are driving me crazy!
https://github.com/standard/standard
-
Tabs are goat, but unfortunately, most of the time Tabs are displayed as 4 characters in most GUIs (🤮). For this reason, I'd like to propose changing our formatting rules to 2 spaces for indentation. …
-
I was infatuated with the standardJS coding style when I made this repo -- and that was because i rarely had to work closely with other devs. At this point, looking at this code in this style is reall…
-
Is it possible to use `vim-fixmyjs` with [standardjs](https://standardjs.com/)?
I had simply tried to change executable but it didn't work:
```
let g:fixmyjs_executable = $PWD .'/node_modules/.bi…
-
Hey! thanks for all this work, I have been using your repo for a few days and I really like it!
I am trying to work with a js project which uses a specific version of `standardjs`, I noticed that i…
-
I'd love an option to render functions in modern ES6 and [standardJS](https://standardjs.com) syntax.
Eg. instead of
```js
const echo = function (arg) { return arg; }
```
I'd want
```js
const…
-
I'd love support for the [StandardJS](https://standardjs.com/rules.html) ruleset with this plugin.
Anyone knows a step-by-step guide how to do this?
-
Would prefer to lint using [standardjs](https://standardjs.com/) instead of the custom eslint settings currently used.
-
I tried customising the option so my beautification looks like the [StandardJS](https://standardjs.com/rules.html) ruleset.
But there seems to be many options I cannot find to make it behave exactl…
-
This was recently mentioned in #3597, and I have also thought this a few times already.
Some well-known ones are:
- https://standardjs.com/ (this would also replace eslint)
- https://prettier.io/…