-
I know that Node 14 has been dropped but other high level features have been reverted like https://github.com/gajus/eslint-plugin-jsdoc/pull/1149
```
/node_modules/eslint-plugin-jsdoc/dist…
-
## Motivation
With Vue single file components (.vue files), this plugin will flag things like lifecycle hooks (`created()`, `mounted()`, ...), computed getters, and watchers as methods in need …
-
特定のアプリケーションではあるけど、
比較的実装の難易度が高いのでサポートがあると便利かも
-
### Issue to be solved
Currently there is no type exposed to Cadence programs which represents the type that can be used as a `Dictionary` key type.
### Suggested Solution
```[tasklist]
### …
-
This is similar to #705, but regarding capitalization at the start of a sentence rather than punctuation at the end of it.
## Expected behavior
If a JSDoc comment starts with an inli…
-
-
I have a use case where throughout the lifetime of the program I want to invoke the same parser many times. The naive approach is to invoke the `parser()` function each time, and then use `parse()` on…
-
### ESLint version
8.36.0
### What problem do you want to solve?
ESLint spends several whole seconds on projects with many entries dealing with node_modules (preparing caches, checking for co…
-
``` sql
SELECT 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 …
-
**Is your feature request related to a problem? Please describe.**
This package works great with Typescript when using the `.withConverter` method and enforces correct types when performing a `get()…