-
After install and running mean.js on my linux vm, I wanted to use mycompany.com to forward to ipaddress:3000 using grunt-connect-proxy. I get error "connection refused", even when I do curl on the sam…
-
Inspired by https://github.com/squizlabs/PHP_CodeSniffer/issues/1271, I'd like to suggest running a javascript lint on themes to prevent issues with syntax errors which often cause cross-plugin-theme …
jrfnl updated
5 years ago
-
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version**: 1.2.0
**System**: Mac OS X 10.10.5
**Thrown From**: [atom-jshint](https://github.com/Joezo/atom-jshint) package, v2.0.0
### Stack Tra…
-
It will be great if the coffee code is optionally linted with [Coffee-Lint](https://github.com/clutchski/coffeelint).
I don't see much point in having a separate coffee-lint plugin.
-
Installed wrapper and still getting error.
Btw article is missing also - 404 on github
fellz updated
9 years ago
-
- [ ] Upgrade dependencies to latest versions
- [ ] Remove current build system; move to Webpack instead
- [x] Remove jscsrc and jshint; move to ESLint with Airbnb config instead (fixed by #3)
-
Hi,
I have found [jsprime](https://github.com/dpnishant/jsprime/). It parses code tries to find security holes. Worth a look.
Maybe we can add it to plato along with jshint.
-
INFO p.t.s.e.v.SummaryMessageVisitor - Adding problem message to review: There is a problem with Checkstyle: CheckstyleException: Unable to find: sun_checks.xml
INFO p.t.s.e.v.SummaryMessageVisitor - …
-
- The README says "JavaScript specific unit tests are available via the URL `/store/tests/`", but the page is blank, the factories directory `store/js/factories/` doesn't exist and the console returns…
-
``` javascript
switch (this.settings.errorPublishingMode) {
case 1:
// do something
break;
case 2:
default:
// do something else
break;
}
```
Current jscs / jshint configuration…