-
I'm trying to use `plone.recipe.codeanalysis` with `csslint`. The output of `csslint` returns many lines (2300 lines). When I try to run the codeanalysis, I get the error:
``` bash
/opt/programas/jen…
-
#### Todo
- [ ] definir les dependencies a utiliser
- [ ] faire un .bash pour l'ecriture des version dans le package.json
#### Dependencies liste
- grunt
- matchdep
- grunt-contrib-cssmin
- grunt-cont…
-
Having a little difficulty with the JSHint default as the project I am working with uses ESLint. Anybody else run into this, and how did you set up MA with ESLint?
-
By default the editor blocks `javascript:` urls when you try to add them via the link popup.
From my understanding this is handled by the link plugin under ./plugins/link/dialogs/link.js. The check i…
-
Let's start collecting bits and pieces for our JavaScript conventions.
A few ideas to start:
1. Use JSHint. Add `.jshintrc` file that we can drop into our projects.
2. Find a baseline style guide t…
-
A bare bones Javascript style guide has been cribbed from Electron. Has anyone any recommendations on a good JS style guide for use in our contributors guide?
-
- Issue Type: `Bug`
- Extension Name: `jshint`
- Extension Version: `0.10.20`
- OS Version: `Darwin x64 18.5.0`
- VSCode version: `1.33.1`
:warning: We have written the needed data into your cl…
-
Would be great if jshint only showed the path to the file from the gulpfile, like ./public/js/file.js instead of whole path /Users/Username/path/to/file/deep/on/disks/folders/file.js. Maybe it already…
-
The bundle `com.eclipsesource.jshint.ui.test` defines a package import to `org.junit.runner` only to workaround http://jira.codehaus.org/browse/SUREFIRE-825
As soon as this fix is available in the mav…
-
``` js
var x = {
get ["a"]() { return 1; }
};
```
JSHint throws `Expected '(' and instead saw '['.` and `Expected an identifier and instead saw 'a'.`.