Closed EloB closed 10 years ago
I've got the lastest Node and Sublime text 3. Also reinstalled both jshint and this plugin.
How does your jshintrc file look like?
{
// Details: https://github.com/victorporof/Sublime-JSHint#using-your-own-jshintrc-options
// Example: https://github.com/jshint/jshint/blob/master/examples/.jshintrc
// Documentation: http://www.jshint.com/docs/
"browser": true,
"esnext": true,
"globals": {},
"globalstrict": true,
"quotmark": true,
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true
}
I found out what triggers the error.
Why does it think that my package.json file is the .jshintrc file?
Please test this again with the latest update and let me know if it's still an issue. Thank you!
I'm getting a weird error on all files. Even the most simple.
Also with this