-
In both v0.2 and v0.3 I've noticed that the codebase is pretty lax in terms of formatting and conventions. (Tabs and spaces are interchanged for indentation, `this` is sometimes assigned to a variable…
-
http://jscs.info/
-
- sane Javascript check via [JSLint](http://jslint.com/), or [JSHint](http://jshint.com/). For error description/rationale see [jslinterror](https://jslinterrors.com/).
- For Javascript and CSS code s…
-
:tv:
![book](https://cloud.githubusercontent.com/assets/38924/7301046/608e6d98-e9e0-11e4-993a-dfc4d90230e4.gif)
(that's in safe mode :point_up: )
@benogle just wondering if that's expected or not (…
-
OpenType.js is now run through JSCS together with JSHint; should we use such js lint tools?
-
While reviewing http://dev.ckeditor.com/ticket/12721 I made a short list of things that we could improve:
- [x] ~~I miss an ability to check a dir or path using the `jscs` and `jshint` tasks. In other…
-
Using Karma 0.12.26, 27 and 28 with the dependencies below seem to break `karma-coverage`, in the sense that the TeamCity plugin does not report correct coverage values (it's all zero). The last versi…
-
Grunt tasks: jshint and jscs should parse `.git/info/exclude` file and add to the list of ignore files all files and directories locally ignored by git.
-
There's a simple step in my Dockerfile:
```dockerfile
RUN mv /usr/local/jdk1.8.0 /usr/local/jdk1.8.0.old
```
And it usually needs about 1 second:
```text
[2024-01-23 14:12:34.121] #16 [ 3…
-
After replacing JSCS with Eslint, we get a lot of JS errors when running "npm run format-js". These should be fixed.