-
## CVE-2022-0144 - High Severity Vulnerability
Vulnerable Library - shelljs-0.3.0.tgz
Portable Unix shell commands for Node.js
Library home page: https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.t…
-
We should ensure that the demo repository has jshint results.
ciera updated
9 years ago
-
There's a lot of small improvements that jshint suggests :)
-
in user settings I have this key:
```
"extension-manager.extensions": [
"alefragnani.Bookmarks",
"dbaeumer.jshint"
]
```
But on install missing extensions nothing gets installed.…
-
A simple unclosed string will generate an "Unclosed string" warning (W112) and an error (E029) with the same message:
``` javascript
var x = "unclosed string
```
Is this the intended behaviour? Coul…
-
Hi! I'm using jshint through this Atom linter https://atom.io/packages/linter-jshint
I get "Error: Expected a JSON value" on code like this:
``` javascript
{
const id = createEntity()
// Do othe…
-
I've installed on sublime 3 from package manager but it doesn't show me any auto completion!
My sublime console :
reloading plugin Package Control.Package Control
reloading plugin CSSLint.CSSLint
rel…
-
Usually in a gruntfile you can re-use config settings with quoting but it seems since this package uses a config key with dashes instead of underscores you cannot do that.
See the example below. I w…
-
[CSS Validator](https://jigsaw.w3.org/css-validator/)
[HTML Validator](https://validator.w3.org/)
[JShint](http://jshint.com/)
-
Hi,
I am not able to start the gulp server, it seems like it is trying to connect to validator.w3.org as I am behing corporate proxy. it is not able to connect.
can I disable this validation?
…