Aleksandr Plokhikh
Aleksandr Plokhikh
I need a file without a hash as I am testing commands for the **webworker**. For [email protected], I could declare: ```ts new Worker ('base / test / worker.js') ``` But...
Those who come here would find it helpful to know a way to disable indentation checking for certain blocks of code. https://github.com/typescript-eslint/typescript-eslint/issues/455#issuecomment-580636221 [StakOverflow](https://stackoverflow.com/a/59852368/12118229)
@garyo I have not worked with AST. Perhaps my decision will not be correct, but you can turn off the check in this way. ```js '@typescript-eslint/indent': ['error', 4, { ignoredNodes:...
I would like to suggest a "Start tracking requests" mode. The mode when new requests are not added to the main list automatically. If you want to capture a new...