-
http://eslint.org/
jshint doesn't like JSX
-
While reviewing PRs or other commits coming from uncertain sources I would like to run JSCS and JSHint only on files changed since e.g. `master`. The satisfactory minimum would be:
```
> grunt lint:g…
-
That would be great if there is a possibility to add such feature.
I don't know if it belongs here or to @einars project, but it will be great to specify an options that "tells" the parser to ignore s…
Volox updated
7 years ago
-
The current JSHint/JSCS => ESLint added a few TODOs to re-evaluate rules.
Now that we've landed the ESLint patch, we should reconsider the rules.
``` sh
$ cat .eslintrc.yml | grep -i TODO
brace-st…
-
This gem was yanked off RubyGems (http://rubygems.org/gems/jshint)
Will this be reappearing?
-
I have developement task like
`grunt.registerTask("dev", ["server", "jshint", "copy:dev", "coffeelint", "coffee", "watch"])`
which will start server and copy files from /src into /public where is inde…
-
As an user I have to have multiple linters installed simultaneously, often for same file types (say ESLint, JSHint and JSLint for JavaScript). However there is rarely any need to actually use multiple…
-
Thanks for making this and your great videos.
Would love to use jshints .jshintignore functionality with this script, so far looks like it's not supported.
-
I'm currently integrating front-end build tasks on a CI server. The CI manager would want a JUnitXML as output.
I've read a mention about that in http://ariya.ofilabs.com/2012/10/javascript-validator…
-
- [x] JSHint / ESLint / JSCS - #4
- [ ] Автофикс ofix по CodeStyle (JSCS, либо какой-нибудь инструмент, вроде fixmyjs)
- [ ] ES6 + Модули
- [x] Grunt/Gulp/Webpack
- [x] Сборка проекта в единый bundle,…