fix linting errors
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
module.exports = IgnoreFormatter;
|
||||
|
||||
function IgnoreFormatter(file) {
|
||||
function IgnoreFormatter() {
|
||||
|
||||
}
|
||||
|
||||
IgnoreFormatter.prototype.import = function (node, nodes) {
|
||||
IgnoreFormatter.prototype.import = function () {
|
||||
|
||||
};
|
||||
|
||||
IgnoreFormatter.prototype.importSpecifier = function (specifier, node, nodes) {
|
||||
IgnoreFormatter.prototype.importSpecifier = function () {
|
||||
|
||||
};
|
||||
|
||||
@@ -16,6 +16,6 @@ IgnoreFormatter.prototype.export = function (node, nodes) {
|
||||
nodes.push(node.declaration);
|
||||
};
|
||||
|
||||
IgnoreFormatter.prototype.exportSpecifier = function (specifier, node, nodes) {
|
||||
IgnoreFormatter.prototype.exportSpecifier = function () {
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user