You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
giannif edited this page Jul 15, 2014
·
1 revision
Create your working directory, ~/Documents/p-js for example. The location is not important, this will then be your $ROOTDIR for working with the p-js codebase.
Within your root directory clone the p-js/project-settings project.
copy project-settings/jshint.json to $ROOTDIR/.jshintrc
ST3 will search recursively up to find this file so if you want to overwrite in a specific project add the .jshintrc to the root of the project with any changes you may need.
restart ST3 and check that all linting is working correctly.