-
```
internalError: Error running rule jsDoc: This is an issue with JSCS and not your codebase.
Please file an issue (with the stack trace below) at: https://github.com/jscs-dev/node-jscs/issues/new
Ty…
-
added a new branch: `feature/eslint`
main linter configuration goes into `index.js`
I also added two more files named: `node.js` and `browser.js` these files are supplemental and meant to extend the…
-
We should update accordingly.
-
Since lint-trap supports 3 linters, there are some duplicate rules. When the same error is thrown by more than one linter, prefer eslint over jscs and jshint and prefer jscs over jshint.
Known duplic…
-
`lazy_parse_json` fails
On the following jscsrc file
``` js
// See https://github.com/jscs-dev/node-jscs/tree/master/presets for
// other options (remember to re-enable esnext)
{
"preset": "google…
-
Should run with `gulp style-guide`, [package's homepage](https://www.npmjs.com/package/jscs-jsdoc)
-
Hi team,
I have updated to jscs 3.0.2 and I have updated my gulp task to the following:
```
const gulp = require('gulp');
const jscs = require('gulp-jscs');
gulp.task('test:jscs', () => {
return…
-
__Steps to reproduce__:
1. Scaffold project with
$ yo pioneerapp test
2. Run QA tools
$ grunt qa
__What happens__:
```
Running "jscs:src" (jscs) task
disa…
-
JSCS have been [merged with ESLint](https://medium.com/@markelog/jscs-end-of-the-line-bc9bf0b3fdb2#.5w0ujb6y1) In the meantime you can use [polyjuice](https://github.com/brenolf/polyjuice) to convert …
-
Deliverables
- [ ] A repo containing at least:
- [ ] the `constructors.js` file
- [ ] a `.jscs` file to configure `jscs`
- [ ] NO OTHER FILES!
Requirements
- [ ] Assertions Passing For Problem …