Dmitry Gurovich
Dmitry Gurovich
Having publishConfig with hardcoded global registry makes impossible to upload this package to custom local offline mirrors (usually used by companies): ``` "publishConfig":` { "registry": "https://registry.npmjs.org/" } ``` Removing it...
Please make "key not found" behavior configurable. For example, I'd like to see the missing key instead of not very helpful %%KEY_NOT_FOUND%%
### 🐛 Bug Report - `tslint-to-eslint-config` version: 2.3.0 - ESLint version: 7.24.0 #### Actual Behavior ```json "variable-name": [ true, "ban-keywords" ] ``` is converted to ```json "id-blacklist": [ "error", "any",...
Add proxyUrl setting example to the `particle config` command usage
Given that dropbox sync used, next case may lead to partial data lose: 1 alter database on android but not uploaded (don't sync) 2 alter database with PC client 3...
### History (Commits) view  #### Example URLs https://github.com/refined-github/refined-github/commits/main/ --- ### Commit details header  #### Example URLs https://github.com/refined-github/refined-github/commit/0bff395e209f29841b89a1b12a8cb2ae213f5790 --- ### Actions run results  #### Example URLs https://github.com/refined-github/refined-github/actions ---...
I propose to add some flexibility to this rule by optionally allowing callbacks which already have some or all of the required arguments. Current rule description example: > The unicorn...
Trying to use a query: `StringLiteral[text=/\/aaa/]` to find a line like: `var s = "/aaa";` Fails with: "SyntaxError: Invalid regular expression: /\/: \ at end of pattern"
I see that statevis.js is using d3 but package.json's dependency is empty. Should not it be there?
Fixes relative path usage which was resolved to the user folder (~), (very unexpected behavior) This fix allows 3 cases for protolint.path config: - empty or default `protolint` (used as-is)...