adapting scode eslint standard config

This commit is contained in:
2020-01-03 19:13:21 +01:00
parent 4bd4740a86
commit 78dfe76a43
26 changed files with 385 additions and 268 deletions

View File

@ -1,3 +1,3 @@
module.exports = (req, res, next, opts) => {
// dummy endpoint: do nothing
};
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,3 @@
module.exports = (req, res, next, opts) => {
// dummy endpoint: do nothing
};
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,3 @@
module.exports = (req, res, next, opts) => {
// dummy endpoint: do nothing
};
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,3 @@
module.exports = (req, res, next, opts) => {
// dummy endpoint: do nothing
};
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -0,0 +1,3 @@
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,3 @@
module.exports = (req, res, next, opts) => {
// dummy endpoint: do nothing
};
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,3 @@
module.exports = (req, res, next, opts) => {
// dummy endpoint: do nothing
};
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,3 @@
module.exports = (req, res, next, opts) => {
// dummy endpoint: do nothing
};
module.exports = () => {
// dummy endpoint: do nothing
};