allows you to require globally installed npm packages, initially created for brackets-eslint and brackets-coffeelint projects
require('enable-global-packages').on('ready', function () {
// global packages are available now
});
allows you to require globally installed npm packages, initially created for brackets-eslint and brackets-coffeelint projects
require('enable-global-packages').on('ready', function () {
// global packages are available now
});