Error : No ESLint configuration found Error : No ESLint configuration found json json

Error : No ESLint configuration found


Please rename eslint.config.json filename to .eslintrc .
Then change the lint gulp task as following.

    gulp.task('lint', function() {        return gulp.src(config.paths.js)            .pipe(lint.format());    });