JSHint file location to add "-W041": false

316 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 best solutions below

0
On BEST ANSWER

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