Rahul Gupta
Rahul Gupta
`return` statement must be treated equivalent to an assignment for the purpose of the **on-watch** rule. My use case involves returning a function that ends with `return $rootScope.$on(...)` from a...
To Replicate: Add the following css to `base.user.css` or `github.user.css` ```css .left { color: red; } ``` Start Typora and create a html block: ```html foo ``` The color of...
**Is your feature request related to a problem? Please describe.** With a strict Content Security Policy, I am having trouble using Widgetbot, because the browser refuses to execute on account...
The dream would be to use ES modules with `"type": "modules"` for everything in my project, allowing one to go cold turkey on cjs. However, a number of tools, such...
### pnpm version: 6.32.2 ### Code to reproduce the issue: In a monorepo, set `.npmrc` with: ```ini use-beta-cli = true ``` Now run install at project root: ```sh pnpm i...
# 🐛 bug report Links to different packages in a monorepo do not resolve unless pointing directly to a file. At least this is a case of documentation, though I...
## Bug Report When using a content security policy (see policy below), I get an error like this: ``` docsify.js:8535 This document requires 'TrustedHTML' assignment. _renderTo @ docsify.js:8535 initRender @...
### Describe the bug With a strict CSP enabled, some pages on a Vitepress site do not load. This is because `innerHTML` are being assigned strings instead of TrustedHTML and...
### What version of `Wrangler` are you using? 2.0.29 - 2.1.4 ### What operating system are you using? Windows and Linux ### Describe the Bug Create a new token for...
I am reopening #13 since I think I have found an instance of `eval` that is not negated by setting `"no-eval"=true`. In [`src/util/validate/index.ts Line 62`](https://github.com/widgetbot-io/crate/blob/66a121f1712167837fbc2a78d18252eed409cad4/src/util/validate/index.ts#L62), there is an `eval` that...