Questions tagged [jscs]

JSCS is a code style checker for JavaScript.

JSCS — JavaScript Code Style.

Notice that lately, it was announced that JSCS is merging with ESLInt.

is a code style checker. You can configure for your project in detail using over 90 validation rules, including presets from popular style guides like jQuery.

Presets

Friendly packages

Extensions

77 questions
-1
votes
1 answer

PhpStorm + JSCS + TWIG with JavaScript. JSCS doesn't work

JSCS is installed correctly and I have tested it with a .js file. When I am editing a .html.twig or .js.twig JSCS doesn't kick in. PhpStorm detects that it's a HTML and JS file. Is it possible for JSCS to work in PhpStorm when editing twig…
user742736
  • 2,629
  • 5
  • 30
  • 40
-1
votes
1 answer

jscs lint error 'Expect valid jsdoc-block definition'

I'm using the jscs linter. I get this error writing a standard function like this function foo (param) { return param; } What could be the problem here?
Operator
  • 504
  • 8
  • 17
1 2 3 4 5
6