Here is my working .jshintrc file, I had the wrong property error giving the same message:
{ "predef": [ "$", "jQuery", "text", "$p", "window", "document", "console", "parent" ], "curly": true, "eqeqeq": true, "funcscope": true, "futurehostile": true, "latedef": true, "nonbsp": true, "notypeof": true, "shadow": "outer", "singleGroups": true, "undef": true, "unused": true, "debug": true, "scripturl": true, "-W079": true }
Something useful. If you Ctrl + Alt + Cmd + L (on Mac) Atom reboots and takes into account the latest changes.
source share