First pass formatting with Prettier
* Added .prettierrc.json * Added .prettierignore * Formatted
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
/* jslint node: true */
|
||||
'use strict';
|
||||
|
||||
exports.PluginModule = PluginModule;
|
||||
exports.PluginModule = PluginModule;
|
||||
|
||||
function PluginModule(/*options*/) {
|
||||
}
|
||||
function PluginModule(/*options*/) {}
|
||||
|
||||
Reference in New Issue
Block a user