formations/javascript/base/exercices/linting/.jshintrc

6 lines
67 B
Plaintext

{
"undef": true,
"unused": true,
"predef": [ "MY_GLOBAL" ]
}