-
### Deliverables
- [x] A repo containing at least:
- [x] the `constructors.js` file
- [x] a `.jscs` file to configure `jscs`
- [x] NO OTHER FILES!
### Requirements
- [x] Assertions Passing For P…
-
See https://github.com/jscs-dev/node-jscs/issues/2288
-
In my ember app, the jscs is not running for the app folder except the app folder, it is checking rest of the folders... what could be the issue?
-
Hi @TasteJS,
I'd like to help clarify the reasoning behind ['no trailing commas rule'](https://github.com/tastejs/todomvc/blob/master/.jscsrc#L74) for the code style guide: https://github.com/tastejs…
-
This line violates javascript naming conventions, causing it to break builds that depend on JSCS or JSHINT:
$scope.tableParams = new ngTableParams(parameters, settings);
So when we create a new obje…
-
![screenshot](https://cloud.githubusercontent.com/assets/203725/26749911/16e3f546-47cb-11e7-9f31-f26c5a01b85d.png)
![screenshot](https://cloud.githubusercontent.com/assets/203725/26749912/16ec3210-47…
-
https://docs.google.com/spreadsheets/d/15U3mOkcVjHhXlr318uj8DRQNzC6mBOTf-GEPf9SLfTM/edit#gid=1653652164
- [ ] Sample Pending for HPLC - Dindori
- [ ] Sample Pending for Electropho…
-
Hi,
How do you enable/disable individual rules? I have been able to disable either all rules with:
```
// jscs:disable
```
And I have been able to disable all jsDoc rules with:
```
// jscs:disabl…
-
Using `jshint`, `jslint`, `eslint`, `jscs`
- [x] jshint
- [ ] jslint
- [ ] eslint
- [x] jscs
- add lint tasks single shot and watch into gulpfile.js
http://jslinterrors.com/
-
Here is my gulp task code:
``` javascript
var gulp = require('gulp');
var jshint = require('gulp-jshint');
var config = require('../task.config');
gulp.task('lint', function() {
return gulp.src(c…