-
I couldn't get `dev:extension` to work on windows (it uses `cp`). When I tried using WSL (which does support `cp`), I got an error with `sed`.
```
sed: can't read s/{{NPM_VERSION}}/0.0.0/: No such…
-
This happens no matter what the file extension is.
![image](https://user-images.githubusercontent.com/17879507/107157407-f3356e80-69be-11eb-92aa-85d06103209f.png)
1. My VSCode `settings.json` (h…
-
Hello, @thetutlage!
I noticed that there are many broken anchor links in the [CONTRIBUTING.md](https://github.com/adonisjs/adonis-cli/blob/develop/CONTRIBUTING.md) file. I want to help correct them…
ghost updated
4 years ago
-
### Motivation
Many people who use libraries not only use help of jsdoc for methods, but also for the parameters. So, moving the jsdoc declaration from before `class` to before `constructor` would …
-
## What is the purpose of this Issue?
- Propose a new Standard
## Describe the purpose of this Issue a bit further
I would be really useful to have a common way to write Javascript projects. That…
-
md编写规范
https://zrocky.com/2018/09/markdown-guideline-for-team/
看看要不要出一个类似于standard的那种工具
-
```
/usr/share/code/resources/app/node_modules.asar/vscode-textmate/release/main.js:2463 [4] - Grammar is in an endless loop - Grammar is not advancing, nor is it pushing/popping
scanNext @ /usr/sha…
capaj updated
6 years ago
-
-
seems like regardless whether there is a local .jshintrc in my project, jshint options are being read from ~/.vim/jshint.js..
-
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…