-
**Your Environment**
* **Prettier version**: 2.6.2
* **node version**: 16.16.0
* **package manager**: npm@8.11.0
* **prettier-plugin-sort-import**: 3.3.0
* **Nestjs**: 9.0.7
* **IDE**: VSc…
-
**Expected behavior**
When action is called the $new_roles var has the new roles, and $old_roles has the roles previously set.
If there's any other action I can use to get both the old and new rol…
-
Currently the code has to be styled manually, I would recommend we use a library to format it, such as [prettier](
https://prettier.io/).
This can automatically format the code to how you like, th…
-
I'm receiving this error when using the codeInput V3 plugin:
Error: Unrecognized extension value in extension set ([object Object]). This sometimes happens because multiple instances of @codemirro…
-
Lint と Formatter をいい感じに使う
- Lint は tslint
- Formatter は prettier
https://qiita.com/knhr__/items/3bf1997f3bfc115a27d0 あたりが参考になるか?
git-pre-commit とかも組み合わせたい
-
I'm using version 7.2.4, and created a custom trigger (with an email carrier). Everything was working fine, the trigger was triggered, and mails where sent.
After updating to version 8.0.10 and re…
-
Configure and add rules to prettier. Also do it for eslint
-
vscode中settings的设置
```js
{
"eslint.enable": false,
// vscode默认启用了根据文件类型自动设置tabsize的选项
"editor.detectIndentation": false,
// 重新设定tabsize
"editor.tabSize": 2,
// #值设置为true时,每次保存的时候…
-
Hi,
as I see in documentation page (https://docs.bracketspace.com/notification/developer/notifications/programmatic-notifications) I would like to add a notification (with email carrier) by code, not…
-
vscode version: 1.81.1
solidity version: v0.0.165
[prettier-vscode](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) version: v.10.1.0
prettier-vscode config:
```yaml
…