Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eslint executed in loop #26

Open
jota3 opened this issue Oct 31, 2016 · 1 comment
Open

Eslint executed in loop #26

jota3 opened this issue Oct 31, 2016 · 1 comment

Comments

@jota3
Copy link

jota3 commented Oct 31, 2016

I've tried to integrate the plugin (v3.1.0) but it seems eslint is executed in a loop :

Running "eslint" task

Running "eslint" task

...

(that's all I can get from the verbose mode of grunt)

and he actually never detects any error.

My config is the following :
grunt.config.init({
    eslint: {
        src: ['scripts/test.js'],
        options: {
            configFile: 'eslint/eslint-config.json'
        }
    }
});
grunt.registerTask('eslint', ['eslint']);

Do you have any idea why it is happening ?
Thank you very much for your help !

@gyandeeps
Copy link
Owner

Can you setup a test project where i can try this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants