-
I'd like to use JSCS Formatter in one project but not in another.
I have `"format_on_save": true` in my user settings.
The problem is that, in the other project, where I don't want to use JSCS Formatt…
-
It would be great if there was an ability to add the disable jscs check comment on the constant generated file as I follow the airbnb javascript convention of using single quotes for strings rather th…
-
> └─ $ grunt
> Loading "jscs.js" tasks...ERROR
> >> Error: Cannot find module 'cst'
-
Following PluralSight tutorial and I get this error within brackets.
"JSCS has timed out after waiting for 10000ms"
I did some searching around couldn't figure out how to fix it.
I am posting here …
-
Excluding spaces from inside expression parentheses, especially in [loop-statement assignments](https://github.com/jquery/jquery/blob/31b63fc23674ede657f019783ad7b942bb83f9c3/src/attributes/classes.js…
-
I am having an issue where the linter extension does not work. I have JSCS and JSHint loaded. The linter will work only occasionally. Generally, I need to restart Brackets a bunch of times with and wi…
-
I get this error message anytime I try installing atom-beautify
Installing “atom-beautify@0.33.4” failed.[Hide output…]()
npm WARN deprecated jscs@3.0.7: JSCS has merged with ESLint! See - https…
-
We've been using `check-build` to run `jscs` and `jshint`. We now wanted to add `eslint`, but `check-build` fails to load it (running `eslint` separately works fine).
Simplified `package.json`:
```
…
-
Right now, we are using JSHint (which now checks only for code correctness) + JSCS (which checks style). But JSCS has been deprecated and is merging with [ESLint](http://eslint.org/): https://medium.c…
-