grunt-eslint Questions
2
Solved
I'm trying to get started using ESLint from this tutorial: https://davidwalsh.name/eslint
I've copied the example file. When I run eslint uploader.js in its directory, nothing happens - there is a...
Bulbous asked 6/1, 2016 at 22:36
3
Can't get ESLint recognize and running using Gulp. Code for gulpfile.js is:
"use strict";
var gulp = require('gulp');
var connect = require('gulp-connect'); //Runs a local dev server
var ...
Maricela asked 22/2, 2017 at 23:28
11
Solved
Recently, we've upgraded to ESLint 3.0.0 and started to receive the following message running the grunt eslint task:
> $ grunt eslint
Running "eslint:files" (eslint) task
Warning: No ESLint con...
Agnail asked 3/7, 2016 at 18:57
3
Solved
I know eslint CLI itself has a --fix flag, but I can't tell from the documentation how to use this via eslintConfig (in package.json) or in the grunt-eslint configuration in my Gruntfile.
I have t...
Overmatch asked 10/5, 2016 at 8:21
1
© 2022 - 2024 — McMap. All rights reserved.