JSHint file location to add "-W041": false

277 views Asked by At

i want to find the location of jshint file for adding below code but i cannot find where the jshint file.

{
    "-W041": false
}

I installed JSLint via notepad++ plugin manager.

1

There are 1 answers

0
Knut Holm On BEST ANSWER

Create file .jshintrc in root folder of your project and place your settings into it.